From: Eugen Rochko Date: Thu, 5 Sep 2019 04:14:06 +0000 (+0200) Subject: Fix line breaks in hashtag autosuggestions in web UI (#11764) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=7db2c2e2ba049845bdfdbf9931ffae6ae5ccddd3;p=mastodon.git Fix line breaks in hashtag autosuggestions in web UI (#11764) --- diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index fde5e4c95..ef48d2438 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -507,6 +507,7 @@ flex: 1 1 auto; overflow: hidden; text-overflow: ellipsis; + white-space: nowrap; } strong { @@ -515,8 +516,10 @@ &__uses { flex: 0 0 auto; - width: 80px; text-align: right; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; } }