From 28b031d8b5285116c8634c5aa603cff633103fd2 Mon Sep 17 00:00:00 2001 From: "Mark (Steve) Firth" Date: Wed, 15 Nov 2017 23:07:26 +1000 Subject: [PATCH] Wrap Long Words A global property to wrap long words/numbers so they don't fall off the screen. --- public/assets/css/general.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/assets/css/general.css b/public/assets/css/general.css index d8d8389c..c90383b6 100644 --- a/public/assets/css/general.css +++ b/public/assets/css/general.css @@ -21,6 +21,7 @@ html, body { margin: 0; padding: 0; height: 100%; + word-wrap: break-word; } body, .flex-container--column, .flex-container--row {