fix output-html text overflow.
This commit is contained in:
parent
a9fed7c364
commit
e5dd5d7335
1 changed files with 4 additions and 1 deletions
|
@ -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 > * {
|
||||||
|
|
Loading…
Reference in a new issue