fix: add word-break to fix hyphenation on iOS #13
|
@ -333,6 +333,7 @@ h4 {
|
|||
position: relative;
|
||||
margin-bottom: var(--box-padding);
|
||||
hyphens: auto;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.mi-main a,
|
||||
|
|
Loading…
Reference in a new issue