mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 00:16:15 -04:00
new fix for #1766
This commit is contained in:
parent
a5345524e1
commit
7b86eb09bc
1 changed files with 5 additions and 0 deletions
|
@ -113,6 +113,11 @@ body.doesWrap {
|
||||||
word-wrap: break-word; /* fix for issue #1648 - firefox not wrapping long lines (without spaces) correctly */
|
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 {
|
#innerdocbody {
|
||||||
padding-top: 1px; /* important for some reason? */
|
padding-top: 1px; /* important for some reason? */
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue