[Glitch] Fix line breaks in hashtag autosuggestions in web UI
Port f6cd27f41f
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
lolsob-rspec
parent
1eef666521
commit
0e090952d2
|
@ -353,6 +353,7 @@
|
|||
flex: 1 1 auto;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
strong {
|
||||
|
@ -361,8 +362,10 @@
|
|||
|
||||
&__uses {
|
||||
flex: 0 0 auto;
|
||||
width: 80px;
|
||||
text-align: right;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue