From 9be74fb57c8ed214c095f861be810604f8aa0c29 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Fri, 20 Oct 2023 14:04:14 -0700 Subject: [PATCH] Change 2 margins --- css/chat_style-cai-chat.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/chat_style-cai-chat.css b/css/chat_style-cai-chat.css index 9440d428..547082b5 100644 --- a/css/chat_style-cai-chat.css +++ b/css/chat_style-cai-chat.css @@ -8,7 +8,7 @@ } .message-body { - margin-top: 2px; + margin-top: 3px; } .circle-you { @@ -49,7 +49,7 @@ } .message-body p, .chat .message-body ul, .chat .message-body ol { - margin-bottom: 23.4375px !important; + margin-bottom: 10px !important; } .message-body p:last-child, .chat .message-body ul:last-child, .chat .message-body ol:last-child {