File Editor: Remove extra padding on submit button for "Select plugin/theme to edit" dropdown on smaller screens.
Props passoniate. Merges [47071] to the 5.3 branch. Fixes #49197. Built from https://develop.svn.wordpress.org/branches/5.3@47128 git-svn-id: http://core.svn.wordpress.org/branches/5.3@46928 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c7963618ca
commit
f5a8d325ee
|
@ -3922,7 +3922,7 @@ img {
|
||||||
|
|
||||||
.fileedit-sub input[type="submit"] {
|
.fileedit-sub input[type="submit"] {
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
padding: 4px 18px;
|
padding: 0px 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#documentation label[for="docs-list"] {
|
#documentation label[for="docs-list"] {
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -3922,7 +3922,7 @@ img {
|
||||||
|
|
||||||
.fileedit-sub input[type="submit"] {
|
.fileedit-sub input[type="submit"] {
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
padding: 4px 18px;
|
padding: 0px 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#documentation label[for="docs-list"] {
|
#documentation label[for="docs-list"] {
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -13,7 +13,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.3.3-alpha-47127';
|
$wp_version = '5.3.3-alpha-47128';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue