Merge pull request 'fix: add word-break to fix hyphenation on iOS' (#13) from fix-hyphens-for-webkit into main
continuous-integration/drone/push Build is passing Details

Reviewed-on: #13
main
b12f 2024-04-16 14:49:27 +00:00
commit bffea04762
Signed by: pub.solar gitea
GPG Key ID: F0332B04B7054873
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,