From: Rory Maher Date: Thu, 6 May 2021 12:23:38 +0000 (+0100) Subject: Fix table width style X-Git-Tag: v21.04.5~1^2~2^2~2 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/b010d2663d9bb812789e751ab2e59b155835db5a Fix table width style Tables generated by the markdown renderer don't honour the max-width property without applying word-break styling to the td elements --- diff --git a/resources/sass/_pages.scss b/resources/sass/_pages.scss index 4f249244b..69f57aaec 100755 --- a/resources/sass/_pages.scss +++ b/resources/sass/_pages.scss @@ -122,6 +122,9 @@ body.mce-fullscreen, body.markdown-fullscreen { max-width: 100%; height: auto !important; } + td { + word-break: break-word; + } // diffs ins,