]> cat aescling's git repositories - mastodon.git/commitdiff
[Glitch] Fix line breaks in hashtag autosuggestions in web UI
authorEugen Rochko <eugen@zeonfederated.com>
Thu, 5 Sep 2019 04:14:06 +0000 (06:14 +0200)
committerThibaut Girka <thib@sitedethib.com>
Thu, 5 Sep 2019 12:14:42 +0000 (14:14 +0200)
Port 7db2c2e2ba049845bdfdbf9931ffae6ae5ccddd3 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
app/javascript/flavours/glitch/styles/components/composer.scss

index c3d51e4f99ccf7f4396a80923e0d0178b49ddf81..656615f4f22fef1e67ea67f1a6f7ef164dec8c90 100644 (file)
       flex: 1 1 auto;
       overflow: hidden;
       text-overflow: ellipsis;
+      white-space: nowrap;
     }
 
     strong {
 
     &__uses {
       flex: 0 0 auto;
-      width: 80px;
       text-align: right;
+      overflow: hidden;
+      text-overflow: ellipsis;
+      white-space: nowrap;
     }
   }