mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 00:16:15 -04:00
This WA is not longer required in the newest Chrome see comments in the issue: ether#2078
The hack is still necessary in Firefox 51
This commit is contained in:
parent
40f54fed38
commit
f5810957b4
1 changed files with 5 additions and 3 deletions
|
@ -58,9 +58,11 @@ body.doesWrap {
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.doesWrap:not(.noprewrap) > div{
|
@-moz-document url-prefix() {
|
||||||
/* Related to #1766 */
|
body.doesWrap:not(.noprewrap) > div{
|
||||||
white-space: pre-wrap;
|
/* Related to #1766 */
|
||||||
|
white-space: pre-wrap;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#innerdocbody {
|
#innerdocbody {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue