From f0f30e14f0102954aa38e240a93108defad64306 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Mon, 9 Nov 2015 19:05:52 +0000 Subject: [PATCH] Fixed long words breaking tables --- resources/assets/sass/_pages.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/assets/sass/_pages.scss b/resources/assets/sass/_pages.scss index 1536f71ca..c615c9750 100644 --- a/resources/assets/sass/_pages.scss +++ b/resources/assets/sass/_pages.scss @@ -42,6 +42,9 @@ clear: both; margin: $-m 0; } + table { + word-break: break-all; + } } // Page content pointers