From: Dan Brown Date: Thu, 2 May 2024 14:20:51 +0000 (+0100) Subject: WYSWIYG: Fixed misaligned table cell p line height X-Git-Tag: v24.05~1^2~9 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/4c1c3155940bd0020117d3bd60772fc3b2759fea WYSWIYG: Fixed misaligned table cell p line height Removes an editor-specific line-height which was overriding cell paragraph line height, causing mis-aligned style compared to viewing. Checked a range of styles and looked at history, could not see original purpose of the line-height removed here. Closes #4960 --- diff --git a/resources/sass/_tinymce.scss b/resources/sass/_tinymce.scss index 29843e424..95294cdf2 100644 --- a/resources/sass/_tinymce.scss +++ b/resources/sass/_tinymce.scss @@ -46,11 +46,6 @@ display: block; } -// In editor line height override -.page-content.mce-content-body p { - line-height: 1.6; -} - // Pad out bottom of editor body.page-content.mce-content-body { padding-bottom: 5rem;