Merge pull request #8723 from whwlsfb/patch-1

fix output-html text overflow.
master
AUTOMATIC1111 3 years ago committed by GitHub
commit bb851e84c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -295,6 +295,9 @@ div.dimensions-tools{
min-width: auto;
}
.output-html p {
overflow-wrap: break-word;
}
/* settings */
#quicksettings {

Loading…
Cancel
Save