mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-06 07:03:37 +00:00
parent
635e6efd18
commit
188c7c8f2b
6 changed files with 110 additions and 6 deletions
|
|
@ -31,7 +31,7 @@
|
|||
font-size: 14px;
|
||||
}
|
||||
|
||||
/* Standard spacing from instruct style */
|
||||
/* Standard spacing */
|
||||
.readable-container :is(p, ul, ol) {
|
||||
margin: 1.25em 0 !important;
|
||||
}
|
||||
|
|
@ -43,3 +43,13 @@
|
|||
.readable-container :is(p, ul, ol):last-child {
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
|
||||
.readable-container ul, .readable-container ol {
|
||||
padding-inline-start: 2em;
|
||||
}
|
||||
|
||||
.readable-container li {
|
||||
list-style-position: outside;
|
||||
margin-top: 0.5em !important;
|
||||
margin-bottom: 0.5em !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue