Improve the wpp style

This commit is contained in:
oobabooga 2025-06-15 08:25:07 -07:00
parent e8dc7b0ee9
commit b279460a81

View file

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