From b010d2663d9bb812789e751ab2e59b155835db5a Mon Sep 17 00:00:00 2001 From: Rory Maher Date: Thu, 6 May 2021 13:23:38 +0100 Subject: [PATCH] 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 --- resources/sass/_pages.scss | 3 +++ 1 file changed, 3 insertions(+) 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,