Fix composer buttons overflowing the composer box in single-column

master
Thibaut Girka 6 years ago committed by ThibG
parent b6f76d1306
commit a29ab6f1bd
  1. 1
      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;

Loading…
Cancel
Save