mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 16:17:57 +01:00
Update main.css to allow scrolling in code blocks (#5495)
This commit is contained in:
parent
e9fea353c5
commit
512933fa44
@ -408,6 +408,10 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
|
|||||||
margin-bottom: 0 !important;
|
margin-bottom: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#default-tab .prose pre, #notebook-tab .prose pre {
|
||||||
|
overflow: scroll;
|
||||||
|
}
|
||||||
|
|
||||||
.message-body code {
|
.message-body code {
|
||||||
white-space: pre-wrap !important;
|
white-space: pre-wrap !important;
|
||||||
word-wrap: break-word !important;
|
word-wrap: break-word !important;
|
||||||
|
Loading…
Reference in New Issue
Block a user