diff --git a/files/templates/chat.html b/files/templates/chat.html index 228a97e34..d3176dac0 100644 --- a/files/templates/chat.html +++ b/files/templates/chat.html @@ -53,11 +53,11 @@ border-radius: 3px; } - .chat-message p { + p, h1 { display: inherit; } - blockquote + p { + blockquote + p, blockquote + h1 { display: inline-block !important; }