]> cat aescling's git repositories - mastodon.git/commitdiff
Fix composer buttons overflowing the composer box in single-column
authorThibaut Girka <thib@sitedethib.com>
Sun, 16 Jun 2019 13:18:53 +0000 (15:18 +0200)
committerThibG <thib@sitedethib.com>
Sun, 16 Jun 2019 13:55:55 +0000 (15:55 +0200)
app/javascript/flavours/glitch/styles/components/composer.scss

index 62eca49a1c5f3b27de404bbd9f802f6b77372aa0..c06d79ffc2fdbec0ec81ec7d2793982d5c8db998 100644 (file)
   white-space: nowrap;
   overflow: hidden;
   justify-content: flex-end;
+  flex: 0 0 auto;
 
   & > .count {
     display: inline-block;