Improving mentions issue with long names

This commit is contained in:
Asaad Mahmood
2016-02-09 21:03:52 +05:00
parent b8f7678733
commit 65a00cbcf5
2 changed files with 18 additions and 0 deletions

View File

@@ -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 {

View File

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