Make text wrap in Readable mode
This commit is contained in:
parent
917b62e91b
commit
1e6793330f
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@ Stylesheet for Midori's documentation based on a version of Enrico Troeger.
|
||||||
-webkit-column-width: auto !important;
|
-webkit-column-width: auto !important;
|
||||||
-webkit-box-shadow: none !important;
|
-webkit-box-shadow: none !important;
|
||||||
width: auto !important;
|
width: auto !important;
|
||||||
|
word-wrap: break-word !important;
|
||||||
|
white-space: pre-line !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
div, p {
|
div, p {
|
||||||
|
|
Loading…
Reference in a new issue