diff --git a/files/templates/chat.html b/files/templates/chat.html index 505a006f66..bea7a64428 100644 --- a/files/templates/chat.html +++ b/files/templates/chat.html @@ -110,6 +110,10 @@ text-align: center; object-fit: cover; } + + .chat-message p { + display: inline-block; + }