Fix hashtag autosuggestions line breaks for long suggestions (#11588)

This commit is contained in:
Eugen Rochko 2019-08-17 22:04:31 +02:00 committed by GitHub
parent 5d8ee24cd5
commit cd660d374a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -503,9 +503,21 @@
.autosuggest-hashtag { .autosuggest-hashtag {
justify-content: space-between; justify-content: space-between;
&__name {
flex: 1 1 auto;
overflow: hidden;
text-overflow: ellipsis;
}
strong { strong {
font-weight: 500; font-weight: 500;
} }
&__uses {
flex: 0 0 auto;
width: 80px;
text-align: right;
}
} }
.autosuggest-account-icon, .autosuggest-account-icon,