Press This: fix spinner position relative to the split button.
See #32757. Built from https://develop.svn.wordpress.org/trunk@32922 git-svn-id: http://core.svn.wordpress.org/trunk@32893 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
f8cf80e9b1
commit
dfaa89d853
|
@ -393,6 +393,7 @@ strong {
|
|||
.split-button {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.split-button-body {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -393,6 +393,7 @@ strong {
|
|||
.split-button {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.split-button-body {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.3-alpha-32921';
|
||||
$wp_version = '4.3-alpha-32922';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue