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
This commit is contained in:
Andrew Ozz 2015-07-21 22:35:04 +00:00
parent 002406ec2c
commit fd0c1665f8

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;