]> cat aescling's git repositories - mastodon.git/commitdiff
Fix line breaks in hashtag autosuggestions in web UI (#11764)
authorEugen Rochko <eugen@zeonfederated.com>
Thu, 5 Sep 2019 04:14:06 +0000 (06:14 +0200)
committerGitHub <noreply@github.com>
Thu, 5 Sep 2019 04:14:06 +0000 (06:14 +0200)
app/javascript/styles/mastodon/components.scss

index fde5e4c958b969c37a395c038966dd1d22344a86..ef48d2438cc77478d26eed9af1e5474d09a9f71d 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;
     }
   }