Merge pull request #3134 from psaavedra/develop
WA added in #1766 is not longer neededpull/3229/merge
commit
83ce73b77b
|
@ -58,10 +58,12 @@ body.doesWrap {
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@-moz-document url-prefix() {
|
||||||
body.doesWrap:not(.noprewrap) > div{
|
body.doesWrap:not(.noprewrap) > div{
|
||||||
/* Related to #1766 */
|
/* Related to #1766 */
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#innerdocbody {
|
#innerdocbody {
|
||||||
padding-top: 1px; /* important for some reason? */
|
padding-top: 1px; /* important for some reason? */
|
||||||
|
|
Loading…
Reference in New Issue