From: Dan Brown Date: Mon, 9 Nov 2015 19:05:52 +0000 (+0000) Subject: Fixed long words breaking tables X-Git-Tag: v0.5.0~14^2 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/f0f30e14f0102954aa38e240a93108defad64306?ds=inline Fixed long words breaking tables --- 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