mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeMirror
synced 2024-11-23 22:03:28 +00:00
ve.ui.CodeMirror.v6.less: Use white-space: break-spaces
This is the CodeMirror 6 port of I62cb4c4f55. Bug: T347902 Change-Id: I198eb125a951ab6dbff41395ff226b0f410fde26
This commit is contained in:
parent
6a1f2fdb00
commit
2abaedf4c3
|
@ -73,6 +73,8 @@
|
|||
// 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