add word-break to all elements

This commit is contained in:
panr 2025-05-10 08:05:58 +02:00
parent 973642048a
commit 5a2b4c0f1f

View file

@ -15,6 +15,7 @@ html {
*::before,
*::after {
box-sizing: inherit;
word-break: break-word;
}
body {