Enable text-autospace and line-break: strict for CJK languages

pull/4988/head
Tatsunori Uchino 2 months ago
parent 9c5a51e1fe
commit 256340bad2

@ -237,6 +237,13 @@ p {
overflow-wrap: break-word; overflow-wrap: break-word;
} }
:lang(ja),
:lang(zh),
:lang(ko) {
text-autospace: normal;
line-break: strict;
}
vite-error-overlay { vite-error-overlay {
z-index: 9999; z-index: 9999;
} }

Loading…
Cancel
Save