fix: add word-break to fix hyphenation on iOS
Source: https://css-tricks.com/snippets/css/prevent-long-urls-from-breaking-out-of-container/
This commit is contained in:
parent
096a3ab57b
commit
cea23e6f2e
|
@ -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