mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-05 06:35:15 +00:00
UI: improve HTML rendering for lists with sub-lists
This commit is contained in:
parent
5fa9336dab
commit
3d19746a5d
2 changed files with 23 additions and 9 deletions
|
|
@ -404,7 +404,7 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
|
|||
.message-body h3,
|
||||
.message-body h4 {
|
||||
color: var(--body-text-color);
|
||||
margin: 20px 0 10px 0;
|
||||
margin: 20px 0 10px;
|
||||
}
|
||||
|
||||
.dark .message q {
|
||||
|
|
@ -456,6 +456,10 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
|
|||
overflow: scroll;
|
||||
}
|
||||
|
||||
.prose ul ul {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.message-body code {
|
||||
white-space: pre-wrap !important;
|
||||
word-wrap: break-word !important;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue