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-10-25 22:28:25 +0200
committerThibG <thib@sitedethib.com>2019-10-26 17:51:22 +0200
commit318362758bea63d3f0b27276d0aaa51e245cce34 (patch)
tree68fe46c2b43a7731e6f1d016ec5e8f2277f046cc /app/javascript/flavours/glitch/styles/components/composer.scss
parenta24b954baae33983ca7532a4fcd36eddb335ebdb (diff)
Hide overflowing characters from reply indicator too
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 436974919..92a29a933 100644
--- a/app/javascript/flavours/glitch/styles/components/composer.scss
+++ b/app/javascript/flavours/glitch/styles/components/composer.scss
@@ -143,6 +143,7 @@
     overflow: visible;
     white-space: pre-wrap;
     padding-top: 5px;
+    overflow: hidden;
 
     p, pre, blockquote {
       margin-bottom: 20px;