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

Merged
b12f merged 1 commits from fix-hyphens-for-webkit into main 2024-04-16 14:49:27 +00:00
1 changed files with 1 additions and 0 deletions

View File

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