This commit is contained in:
John McLear 2015-04-08 09:24:19 +01:00
parent a5345524e1
commit 7b86eb09bc
1 changed files with 5 additions and 0 deletions

View File

@ -113,6 +113,11 @@ body.doesWrap {
word-wrap: break-word; /* fix for issue #1648 - firefox not wrapping long lines (without spaces) correctly */
}
body.doesWrap > div{
/* Related to #1766 */
white-space: pre-wrap;
}
#innerdocbody {
padding-top: 1px; /* important for some reason? */
padding-right: 10px;