Improving mentions issue with long names

Этот коммит содержится в:
Asaad Mahmood
2016-02-09 21:03:52 +05:00
родитель b8f7678733
Коммит 65a00cbcf5
2 изменённых файлов: 18 добавлений и 0 удалений

Просмотреть файл

@@ -18,6 +18,13 @@
line-height: 36px;
font-size: 13px;
cursor: pointer;
white-space: nowrap;
.mention-align {
@include clearfix;
text-overflow: ellipsis;
width: calc(100% - 50px);
}
}
.mentions-text {
@@ -33,6 +40,15 @@
font-size: 20px;
text-align: center;
@include border-radius(32px);
.mention-align {
max-width: 80%;
overflow: hidden;
display: inline-block;
white-space: nowrap;
text-overflow: ellipsis;
}
}
.mention-fullname {

Просмотреть файл

@@ -223,6 +223,8 @@
.section-describe {
@include opacity(0.7);
white-space:pre;
@include clearfix;
text-overflow: ellipsis;
}
.divider-dark {