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; +}