From d8980f96da812600dbc90a0cababdbdb1c51e7bf Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Tue, 21 Jul 2015 22:36:24 +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. Built from https://develop.svn.wordpress.org/trunk@33351 git-svn-id: http://core.svn.wordpress.org/trunk@33323 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/js/tinymce/skins/wordpress/wp-content.css | 1 + wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/wp-includes/js/tinymce/skins/wordpress/wp-content.css b/wp-includes/js/tinymce/skins/wordpress/wp-content.css index 0a0a759966..598089240a 100644 --- a/wp-includes/js/tinymce/skins/wordpress/wp-content.css +++ b/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; diff --git a/wp-includes/version.php b/wp-includes/version.php index fad74456c0..214d92db8f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-beta3-33350'; +$wp_version = '4.3-beta3-33351'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.