Merge pull request 'fix: add word-break to fix hyphenation on iOS' (#13) from fix-hyphens-for-webkit into main
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #13
This commit is contained in:
commit
bffea04762
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue