mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-22 16:21:26 +01:00
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:
parent
8a090123ce
commit
d8980f96da
@ -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;
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user