about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components/composer.scss
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2019-06-16 15:18:53 +0200
committerThibG <thib@sitedethib.com>2019-06-16 15:55:55 +0200
commita29ab6f1bdd13262d206e41c66dea15ed4dc3f22 (patch)
treeae538ebb6769f70d3280bbcb7064cbd7cd7d98ec /app/javascript/flavours/glitch/styles/components/composer.scss
parentb6f76d130600ded7f0f2cb585d8b9732e7aa1cff (diff)
Fix composer buttons overflowing the composer box in single-column
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components/composer.scss')
-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 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;