Fix printing, take two. (#2810)

* Format chat for printing

* Better printing
This commit is contained in:
missionfloyd 2023-06-22 13:06:49 -06:00 committed by GitHub
parent b4a38c24b7
commit aa1f1ef46a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -111,4 +111,16 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
display: flex; display: flex;
flex-direction: column-reverse; flex-direction: column-reverse;
} }
.message {
break-inside: avoid;
}
.gradio-container {
overflow: visible;
}
.tab-nav {
display: none !important;
}
} }