aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-03-25 12:36:43 +0300
committerGitHub <noreply@github.com>2023-03-25 12:36:43 +0300
commitbb851e84c15d6737a114c969b70b02d8a5c4b861 (patch)
tree93bd1e85103efdb4a2eb8cacf5c022901fd51c43 /style.css
parentc1294d849a50b9b2995aa257adbb918837c4b384 (diff)
parentdb7caf9b9cb353fdb92f179a02ba71c923e2dcec (diff)
Merge pull request #8723 from whwlsfb/patch-1
fix output-html text overflow.
Diffstat (limited to 'style.css')
-rw-r--r--style.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/style.css b/style.css
index 41d2859c..eac5b890 100644
--- a/style.css
+++ b/style.css
@@ -295,6 +295,9 @@ div.dimensions-tools{
min-width: auto;
}
+.output-html p {
+ overflow-wrap: break-word;
+}
/* settings */
#quicksettings {