Fix hashtag autosuggestions line breaks for long suggestions (#11588)
parent
5d8ee24cd5
commit
cd660d374a
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue