update overflow-wrap: break-word; for gradio 3.23

This commit is contained in:
AUTOMATIC
2023-03-25 12:43:14 +03:00
parent bb851e84c1
commit 616cc13b6b
2 changed files with 3 additions and 3 deletions

View File

@@ -295,7 +295,7 @@ div.dimensions-tools{
min-width: auto;
}
.output-html p {
.infotext {
overflow-wrap: break-word;
}