From fd0c1665f8ba55360b5293f09200a1cdae57cd8a Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Tue, 21 Jul 2015 22:35:04 +0000 Subject: [PATCH] TinyMCE: add min-width to the placeholder images for the more and nextpage tags to fix them in themes that force width = auto. Fixes #33022. git-svn-id: https://develop.svn.wordpress.org/trunk@33351 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/js/tinymce/skins/wordpress/wp-content.css | 1 + 1 file changed, 1 insertion(+) 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 0a0a759966..598089240a 100644 --- a/src/wp-includes/js/tinymce/skins/wordpress/wp-content.css +++ b/src/wp-includes/js/tinymce/skins/wordpress/wp-content.css @@ -144,6 +144,7 @@ img[data-mce-selected]::selection { -webkit-box-shadow: none; box-shadow: none; width: 96%; + min-width: 96%; height: 16px; display: block; margin: 15px auto 0;