mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 00:46:16 -04:00
better fix for #2625
This commit is contained in:
parent
4938c7be38
commit
0a9c631410
2 changed files with 6 additions and 2 deletions
|
@ -113,7 +113,11 @@ body.doesWrap {
|
|||
word-wrap: break-word; /* fix for issue #1648 - firefox not wrapping long lines (without spaces) correctly */
|
||||
}
|
||||
|
||||
body.doesWrap > div{
|
||||
.noprewrap{
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
body.doesWrap:not(.noprewrap) > div{
|
||||
/* Related to #1766 */
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue