From: Eugen Rochko Date: Sat, 17 Aug 2019 20:04:31 +0000 (+0200) Subject: Fix hashtag autosuggestions line breaks for long suggestions (#11588) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=cd660d374adc9394aaeea22d5d41b29535d8a4c2;p=mastodon.git Fix hashtag autosuggestions line breaks for long suggestions (#11588) --- diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index 6264c3df8..59d1d59f3 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -503,9 +503,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; + } } .autosuggest-account-icon,