diff --git a/src/wp-includes/js/tinymce/skins/wordpress/wp-content.css b/src/wp-includes/js/tinymce/skins/wordpress/wp-content.css index 6f52773378..84ae59c39b 100644 --- a/src/wp-includes/js/tinymce/skins/wordpress/wp-content.css +++ b/src/wp-includes/js/tinymce/skins/wordpress/wp-content.css @@ -21,6 +21,18 @@ body { word-wrap: break-word; /* Old syntax */ } +/* Changed in 4.6.0, see https://core.trac.wordpress.org/ticket/40743 */ +.mce-content-body p, +.mce-content-body div, +.mce-content-body h1, +.mce-content-body h2, +.mce-content-body h3, +.mce-content-body h4, +.mce-content-body h5, +.mce-content-body h6 { + line-height: inherit; +} + body.rtl { font-family: Tahoma, "Times New Roman", "Bitstream Charter", Times, serif; }