Skip to content

Commit

Permalink
WYSWIYG: Fixed misaligned table cell p line height
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ssddanbrown committed May 2, 2024
1 parent f95fb64 commit 4c1c315
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions resources/sass/_tinymce.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4c1c315

Please sign in to comment.