File Editor: Remove extra padding on submit button for "Select plugin/theme to edit" dropdown on smaller screens.

Props passoniate.
Fixes #49197.
Built from https://develop.svn.wordpress.org/trunk@47071


git-svn-id: http://core.svn.wordpress.org/trunk@46871 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2020-01-15 00:23:07 +00:00
parent 569ff9dd27
commit 57fbd3c847
5 changed files with 5 additions and 5 deletions

View File

@ -3923,7 +3923,7 @@ img {
.fileedit-sub input[type="submit"] {
margin-bottom: 0px;
padding: 4px 18px;
padding: 0px 18px;
}
#documentation label[for="docs-list"] {

File diff suppressed because one or more lines are too long

View File

@ -3922,7 +3922,7 @@ img {
.fileedit-sub input[type="submit"] {
margin-bottom: 0px;
padding: 4px 18px;
padding: 0px 18px;
}
#documentation label[for="docs-list"] {

File diff suppressed because one or more lines are too long

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.4-alpha-47070';
$wp_version = '5.4-alpha-47071';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.