fix: add word-break to fix hyphenation on iOS #13
|
@ -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