diff --git a/iOS/Resources/styleSheet.css b/iOS/Resources/styleSheet.css index 55f0aa883..028a8da76 100644 --- a/iOS/Resources/styleSheet.css +++ b/iOS/Resources/styleSheet.css @@ -5,6 +5,11 @@ body { margin-right: 20px; font-family: -apple-system-body; font-size: 18px; + + word-wrap: break-word; + word-break: break-word; + -webkit-hyphens: auto; + } a {