From: Rory Maher Date: Mon, 10 May 2021 11:11:28 +0000 (+0100) Subject: Apply column fix to all tables X-Git-Tag: v21.04.5~1^2~2^2 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/refs/pull/2735/head?ds=sidebyside Apply column fix to all tables --- diff --git a/resources/sass/_tables.scss b/resources/sass/_tables.scss index 315f979f3..c78e13446 100644 --- a/resources/sass/_tables.scss +++ b/resources/sass/_tables.scss @@ -11,6 +11,7 @@ table { border: 1px solid #DDD; overflow: auto; line-height: 1.2; + word-break: break-word; } td p, th p { margin: 0;