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;
|
||||
}
|
||||
|
||||
.output-html p {margin: 0 0.5em;}
|
||||
.output-html p {
|
||||
margin: 0 0.5em;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
.row > *,
|
||||
.row > .gr-form > * {
|
||||
|
|
Loading…
Reference in a new issue