mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-02-20 06:34:37 +01:00
UI: fix a list style
This commit is contained in:
parent
e6796c3859
commit
4ffc9ffc7a
|
|
@ -500,8 +500,8 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
|
|||
margin-bottom: 0.5em !important;
|
||||
}
|
||||
|
||||
.message-body ul.long-list li,
|
||||
.message-body ol.long-list li {
|
||||
.message-body ul.long-list > li,
|
||||
.message-body ol.long-list > li {
|
||||
margin-top: 1.25em !important;
|
||||
margin-bottom: 1.25em !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue