diff options
author | Thibaut Girka <thib@sitedethib.com> | 2019-10-25 22:28:25 +0200 |
---|---|---|
committer | ThibG <thib@sitedethib.com> | 2019-10-26 17:51:22 +0200 |
commit | 318362758bea63d3f0b27276d0aaa51e245cce34 (patch) | |
tree | 68fe46c2b43a7731e6f1d016ec5e8f2277f046cc /app/javascript/flavours/glitch/styles | |
parent | a24b954baae33983ca7532a4fcd36eddb335ebdb (diff) |
Hide overflowing characters from reply indicator too
Diffstat (limited to 'app/javascript/flavours/glitch/styles')
-rw-r--r-- | app/javascript/flavours/glitch/styles/components/composer.scss | 1 |
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; |