[Glitch] Fix hashtag autosuggestions line breaks for long suggestions
Port cd660d374adc9394aaeea22d5d41b29535d8a4c2 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
This commit is contained in:
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…
x
Reference in New Issue
Block a user