mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-10-01 01:26:03 -04:00
Improve CSS in default and notebook mode (#1209)
This commit is contained in:
parent
c3aa79118e
commit
5126c97139
@ -4,6 +4,8 @@
|
||||
margin-right: auto;
|
||||
background-color: rgb(31, 41, 55);
|
||||
padding:3em;
|
||||
word-break: break-word;
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
|
||||
.container p {
|
||||
@ -12,3 +14,15 @@
|
||||
margin-bottom: 22px;
|
||||
line-height: 1.4 !important;
|
||||
}
|
||||
|
||||
.container li > p {
|
||||
display: inline !important;
|
||||
}
|
||||
|
||||
.container code {
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
.container :not(pre) > code {
|
||||
white-space: normal !important;
|
||||
}
|
Loading…
Reference in New Issue
Block a user