mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeMirror
synced 2024-11-27 15:40:00 +00:00
Merge "Use white-space: break-spaces"
This commit is contained in:
commit
35647af3f1
|
@ -62,7 +62,11 @@
|
|||
// The following are already set by mw-editfont-monospace on the parent: font-size, font-family
|
||||
line-height: 1.5em;
|
||||
word-wrap: break-word;
|
||||
// Support: Chrome<76, Firefox<69
|
||||
// Fallback for browsers which don't support break-spaces
|
||||
white-space: pre-wrap;
|
||||
// T347902
|
||||
white-space: break-spaces;
|
||||
word-break: normal;
|
||||
-webkit-hyphens: manual;
|
||||
-moz-hyphens: manual;
|
||||
|
|
Loading…
Reference in a new issue