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

Props passoniate.
Fixes #49197.

git-svn-id: https://develop.svn.wordpress.org/trunk@47071 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2020-01-15 00:21:26 +00:00
parent 06775e4df0
commit fc944f9927
1 changed files with 1 additions and 1 deletions

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"] {