[Glitch] Fix line breaks in hashtag autosuggestions in web UI

Port 7db2c2e2ba to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
This commit is contained in:
Eugen Rochko 2019-09-05 06:14:06 +02:00 committed by Thibaut Girka
parent bd0bde1da2
commit 4434e2eb7f
1 changed files with 4 additions and 1 deletions

View File

@ -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;
}
}