Commit e5dd5d73 authored by whw1sfb's avatar whw1sfb Committed by GitHub

fix output-html text overflow.

parent a9fed7c3
......@@ -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 > * {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment