Merge "Use white-space: break-spaces"

This commit is contained in:
jenkins-bot 2023-10-05 14:47:57 +00:00 committed by Gerrit Code Review
commit 35647af3f1

View file

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