[Glitch] Fix hashtag autosuggestions line breaks for long suggestions

Port cd660d374a to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
master
Eugen Rochko 5 years ago committed by ThibG
parent 771b01e785
commit 717f3998c0
  1. 12
      app/javascript/flavours/glitch/styles/components/composer.scss

@ -349,9 +349,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;
}
}
& > .account.small {

Loading…
Cancel
Save