Merge pull request #8723 from whwlsfb/patch-1
fix output-html text overflow.
This commit is contained in:
commit
bb851e84c1
1 changed files with 3 additions and 0 deletions
|
@ -295,6 +295,9 @@ div.dimensions-tools{
|
||||||
min-width: auto;
|
min-width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.output-html p {
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
/* settings */
|
/* settings */
|
||||||
#quicksettings {
|
#quicksettings {
|
||||||
|
|
Loading…
Reference in a new issue