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
This commit is contained in:
Andrew Ozz 2015-07-21 22:36:24 +00:00
parent 8a090123ce
commit d8980f96da
2 changed files with 2 additions and 1 deletions

View File

@ -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;

View File

@ -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.