Unverified Commit bb851e84 authored by AUTOMATIC1111's avatar AUTOMATIC1111 Committed by GitHub
Browse files

Merge pull request #8723 from whwlsfb/patch-1

fix output-html text overflow.
parents c1294d84 db7caf9b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -295,6 +295,9 @@ div.dimensions-tools{
    min-width: auto;
}

.output-html p {
    overflow-wrap: break-word;
}

/* settings */
#quicksettings {