mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-04 14:17:28 +00:00
Update main.css to allow scrolling in code blocks (#5495)
This commit is contained in:
parent
e9fea353c5
commit
512933fa44
1 changed files with 4 additions and 0 deletions
|
|
@ -408,6 +408,10 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
|
|||
margin-bottom: 0 !important;
|
||||
}
|
||||
|
||||
#default-tab .prose pre, #notebook-tab .prose pre {
|
||||
overflow: scroll;
|
||||
}
|
||||
|
||||
.message-body code {
|
||||
white-space: pre-wrap !important;
|
||||
word-wrap: break-word !important;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue