diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-03-25 12:36:43 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-25 12:36:43 +0300 |
commit | bb851e84c15d6737a114c969b70b02d8a5c4b861 (patch) | |
tree | 93bd1e85103efdb4a2eb8cacf5c022901fd51c43 | |
parent | c1294d849a50b9b2995aa257adbb918837c4b384 (diff) | |
parent | db7caf9b9cb353fdb92f179a02ba71c923e2dcec (diff) |
Merge pull request #8723 from whwlsfb/patch-1
fix output-html text overflow.
-rw-r--r-- | style.css | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -295,6 +295,9 @@ div.dimensions-tools{ min-width: auto;
}
+.output-html p {
+ overflow-wrap: break-word;
+}
/* settings */
#quicksettings {
|