Hide overflowing characters from reply indicator too

This commit is contained in:
Thibaut Girka 2019-10-25 22:28:25 +02:00 committed by ThibG
parent a24b954baa
commit 318362758b
1 changed files with 1 additions and 0 deletions

View File

@ -143,6 +143,7 @@
overflow: visible;
white-space: pre-wrap;
padding-top: 5px;
overflow: hidden;
p, pre, blockquote {
margin-bottom: 20px;