fix output-html text overflow.

This commit is contained in:
whw1sfb 2023-03-19 14:05:01 +08:00 committed by GitHub
parent a9fed7c364
commit e5dd5d7335
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,10 @@
cursor: default;
}
.output-html p {margin: 0 0.5em;}
.output-html p {
margin: 0 0.5em;
overflow-wrap: break-word;
}
.row > *,
.row > .gr-form > * {