From da856a14e1b67e5a5ead4af11186a8ef32066c71 Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Fri, 26 Apr 2019 17:59:47 -0500 Subject: [PATCH] Added CSS to break long words that squish content. Issue #624 --- iOS/Resources/styleSheet.css | 5 +++++ 1 file changed, 5 insertions(+) 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 {