mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-05 14:36:04 +00:00
Fix hashtag autosuggestions line breaks for long suggestions (#11588)
This commit is contained in:
parent
5d8ee24cd5
commit
cd660d374a
|
@ -503,9 +503,21 @@
|
|||
.autosuggest-hashtag {
|
||||
justify-content: space-between;
|
||||
|
||||
&__name {
|
||||
flex: 1 1 auto;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
strong {
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
&__uses {
|
||||
flex: 0 0 auto;
|
||||
width: 80px;
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
|
||||
.autosuggest-account-icon,
|
||||
|
|
Loading…
Reference in a new issue