From: Thibaut Girka Date: Sun, 16 Jun 2019 13:18:53 +0000 (+0200) Subject: Fix composer buttons overflowing the composer box in single-column X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=a29ab6f1bdd13262d206e41c66dea15ed4dc3f22;p=mastodon.git Fix composer buttons overflowing the composer box in single-column --- diff --git a/app/javascript/flavours/glitch/styles/components/composer.scss b/app/javascript/flavours/glitch/styles/components/composer.scss index 62eca49a1..c06d79ffc 100644 --- a/app/javascript/flavours/glitch/styles/components/composer.scss +++ b/app/javascript/flavours/glitch/styles/components/composer.scss @@ -586,6 +586,7 @@ white-space: nowrap; overflow: hidden; justify-content: flex-end; + flex: 0 0 auto; & > .count { display: inline-block;