From 5fdc8811222eea00e67359bfb38f4f0134dd4f18 Mon Sep 17 00:00:00 2001 From: Jannik Date: Sat, 2 Jan 2021 14:10:16 +0100 Subject: [PATCH] fix: text-alignments of chat messages --- web/styles/chat.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/styles/chat.scss b/web/styles/chat.scss index 57d1b9cc3..2d7ab68e1 100644 --- a/web/styles/chat.scss +++ b/web/styles/chat.scss @@ -34,6 +34,9 @@ width: 3rem; padding: 0.25rem; } + p { + margin-bottom: 0; + } } }