diff options
author | Thibaut Girka <thib@sitedethib.com> | 2019-06-16 15:18:53 +0200 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2020-02-22 01:31:09 -0600 |
commit | ef5ad472bb0108ca00af5f6b0f4dfff7dee04190 (patch) | |
tree | dd6f8741dcd79022ee216ef1077fcbcc7c8892f3 /app | |
parent | 7692abcbd07aa3c985b36d3f55ce3e4e784bafcf (diff) |
Fix composer buttons overflowing the composer box in single-column
Diffstat (limited to 'app')
-rw-r--r-- | app/javascript/flavours/glitch/styles/components/composer.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/composer.scss b/app/javascript/flavours/glitch/styles/components/composer.scss index 6d0cee9dd..5fdd2d05c 100644 --- a/app/javascript/flavours/glitch/styles/components/composer.scss +++ b/app/javascript/flavours/glitch/styles/components/composer.scss @@ -588,6 +588,7 @@ white-space: nowrap; overflow: hidden; justify-content: flex-end; + flex: 0 0 auto; & > .clear { float: left; |