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:
MusikAnimal 2024-08-29 19:59:15 -04:00
parent 6a1f2fdb00
commit 2abaedf4c3

View file

@ -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;