aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2023-03-25 09:43:14 +0000
committerAUTOMATIC <16777216c@gmail.com>2023-03-25 09:43:14 +0000
commit616cc13b6b82731393593f8f61d2753dd31f074d (patch)
tree9f22990bc9b9b37396a6994a14ee006517756a4e /style.css
parentbb851e84c15d6737a114c969b70b02d8a5c4b861 (diff)
downloadstable-diffusion-webui-gfx803-616cc13b6b82731393593f8f61d2753dd31f074d.tar.gz
stable-diffusion-webui-gfx803-616cc13b6b82731393593f8f61d2753dd31f074d.tar.bz2
stable-diffusion-webui-gfx803-616cc13b6b82731393593f8f61d2753dd31f074d.zip
update overflow-wrap: break-word; for gradio 3.23
Diffstat (limited to 'style.css')
-rw-r--r--style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/style.css b/style.css
index eac5b890..0dcc3e25 100644
--- a/style.css
+++ b/style.css
@@ -295,7 +295,7 @@ div.dimensions-tools{
min-width: auto;
}
-.output-html p {
+.infotext {
overflow-wrap: break-word;
}