From 4c1c3155940bd0020117d3bd60772fc3b2759fea Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 2 May 2024 15:20:51 +0100 Subject: [PATCH] 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 --- resources/sass/_tinymce.scss | 5 ----- 1 file changed, 5 deletions(-) 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;