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:
parent
002406ec2c
commit
fd0c1665f8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user