fix: add word-break to fix hyphenation on iOS #13

Merged
b12f merged 1 commit from fix-hyphens-for-webkit into main 2024-04-16 14:49:27 +00:00

View file

@ -333,6 +333,7 @@ h4 {
position: relative; position: relative;
margin-bottom: var(--box-padding); margin-bottom: var(--box-padding);
hyphens: auto; hyphens: auto;
word-break: break-word;
} }
.mi-main a, .mi-main a,