forked from treehouse/mastodon
[Glitch] Fix hashtag autosuggestions line breaks for long suggestions
Port cd660d374a
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
rebase/4.0.0rc2
parent
771b01e785
commit
717f3998c0
|
@ -349,9 +349,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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
& > .account.small {
|
& > .account.small {
|
||||||
|
|
Loading…
Reference in New Issue