aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwhw1sfb <whwlsfb@vip.qq.com>2023-03-19 06:05:01 +0000
committerGitHub <noreply@github.com>2023-03-19 06:05:01 +0000
commite5dd5d73357715110c18c1ac31711f3a81b84a0c (patch)
tree9ff8e3f876998913c347eb5e33de9c5a298014e8
parenta9fed7c364061ae6efb37f797b6b522cb3cf7aa2 (diff)
downloadstable-diffusion-webui-gfx803-e5dd5d73357715110c18c1ac31711f3a81b84a0c.tar.gz
stable-diffusion-webui-gfx803-e5dd5d73357715110c18c1ac31711f3a81b84a0c.tar.bz2
stable-diffusion-webui-gfx803-e5dd5d73357715110c18c1ac31711f3a81b84a0c.zip
fix output-html text overflow.
-rw-r--r--style.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/style.css b/style.css
index 3eac2b17..5ead7c5d 100644
--- a/style.css
+++ b/style.css
@@ -37,7 +37,10 @@
cursor: default;
}
-.output-html p {margin: 0 0.5em;}
+.output-html p {
+ margin: 0 0.5em;
+ overflow-wrap: break-word;
+}
.row > *,
.row > .gr-form > * {