about summary refs log tree commit diff
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2019-06-16 15:18:53 +0200
committermultiple creatures <dev@multiple-creature.party>2020-02-22 01:31:09 -0600
commitef5ad472bb0108ca00af5f6b0f4dfff7dee04190 (patch)
treedd6f8741dcd79022ee216ef1077fcbcc7c8892f3
parent7692abcbd07aa3c985b36d3f55ce3e4e784bafcf (diff)
Fix composer buttons overflowing the composer box in single-column
-rw-r--r--app/javascript/flavours/glitch/styles/components/composer.scss1
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;