From fd7114d335428a279393dbb6f014079a9a24f9d7 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 26 Aug 2022 17:00:58 +0200 Subject: [PATCH] extend css rule in chat --- files/templates/chat.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/chat.html b/files/templates/chat.html index 8ee1d1570..da97d8971 100644 --- a/files/templates/chat.html +++ b/files/templates/chat.html @@ -58,7 +58,7 @@ border-radius: 3px; } - p, h1 { + p, h1, h2, h3, h4, h5 { display: inherit; }