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

View File

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