Improving mentions issue with long names
Этот коммит содержится в:
@@ -18,6 +18,13 @@
|
|||||||
line-height: 36px;
|
line-height: 36px;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
white-space: nowrap;
|
||||||
|
|
||||||
|
.mention-align {
|
||||||
|
@include clearfix;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
width: calc(100% - 50px);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.mentions-text {
|
.mentions-text {
|
||||||
@@ -33,6 +40,15 @@
|
|||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@include border-radius(32px);
|
@include border-radius(32px);
|
||||||
|
|
||||||
|
.mention-align {
|
||||||
|
max-width: 80%;
|
||||||
|
overflow: hidden;
|
||||||
|
display: inline-block;
|
||||||
|
white-space: nowrap;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.mention-fullname {
|
.mention-fullname {
|
||||||
|
|||||||
@@ -223,6 +223,8 @@
|
|||||||
.section-describe {
|
.section-describe {
|
||||||
@include opacity(0.7);
|
@include opacity(0.7);
|
||||||
white-space:pre;
|
white-space:pre;
|
||||||
|
@include clearfix;
|
||||||
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
.divider-dark {
|
.divider-dark {
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user