Commit bb851e84 authored by AUTOMATIC1111's avatar AUTOMATIC1111 Committed by GitHub

Merge pull request #8723 from whwlsfb/patch-1

fix output-html text overflow.
parents c1294d84 db7caf9b
...@@ -295,6 +295,9 @@ div.dimensions-tools{ ...@@ -295,6 +295,9 @@ div.dimensions-tools{
min-width: auto; min-width: auto;
} }
.output-html p {
overflow-wrap: break-word;
}
/* settings */ /* settings */
#quicksettings { #quicksettings {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment