From b279460a819f26da079e8ebe1e2e05c0fefe631f Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Sun, 15 Jun 2025 08:25:07 -0700 Subject: [PATCH] Improve the wpp style --- css/chat_style-wpp.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/css/chat_style-wpp.css b/css/chat_style-wpp.css index 8ff82c6c..57b90ee3 100644 --- a/css/chat_style-wpp.css +++ b/css/chat_style-wpp.css @@ -78,8 +78,6 @@ } .message-body p { - margin-bottom: 0 !important; - margin-top: 2px !important; font-size: 15px !important; line-height: 1.4 !important; font-weight: 400; @@ -101,3 +99,7 @@ .message-actions { margin-top: 8px; } + +.message-body p, .chat .message-body ul, .chat .message-body ol { + margin-bottom: 10px !important; +}