mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-06-09 07:07:16 -04:00
UI: fix a list style
This commit is contained in:
parent
e6796c3859
commit
4ffc9ffc7a
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue