Merge pull request #8723 from whwlsfb/patch-1

fix output-html text overflow.
This commit is contained in:
AUTOMATIC1111 2023-03-25 12:36:43 +03:00 committed by GitHub
commit bb851e84c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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