mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-12-06 07:12:10 +01:00
Improve the wpp style
This commit is contained in:
parent
e8dc7b0ee9
commit
b279460a81
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue