don't lose comment
This commit is contained in:
parent
db045c6ffd
commit
25ace65374
|
@ -76,7 +76,7 @@ body.grayedout { background-color: #eee !important }
|
||||||
|
|
||||||
body.doesWrap {
|
body.doesWrap {
|
||||||
/* white-space: pre-wrap; */ /* Enabling this causes Paste as plain text in Chrome to remove line breaks, this is probably undesirable */
|
/* white-space: pre-wrap; */ /* Enabling this causes Paste as plain text in Chrome to remove line breaks, this is probably undesirable */
|
||||||
word-wrap: break-word;
|
word-wrap: break-word; /* fix for issue #1648 - firefox not wrapping long lines (without spaces) correctly */
|
||||||
}
|
}
|
||||||
|
|
||||||
#innerdocbody {
|
#innerdocbody {
|
||||||
|
|
Loading…
Reference in New Issue