diff --git a/files/templates/chat.html b/files/templates/chat.html index e159280378..546e3844cf 100644 --- a/files/templates/chat.html +++ b/files/templates/chat.html @@ -70,10 +70,21 @@ max-height: 50px!important; } - p, blockquote p { + p { margin: 0!important; margin-left: 27px!important; } + + blockquote p { + padding-bottom: 0.3rem; + padding-top: 0.3rem; + } + + blockquote { + margin: 0!important; + margin-left: 27px!important; + margin-bottom: 5px !important; + }