Widgets: Remove extra padding from number inputs in Recent Posts and Recent Comments widgets.

Props marcio-zebedeu, audrasjb, SergeyBiryukov.
Fixes #49195.

git-svn-id: https://develop.svn.wordpress.org/trunk@47082 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2020-01-17 13:55:22 +00:00
parent 8660569e82
commit b02161c98e

View File

@ -464,6 +464,7 @@ input.small-text {
input[type="number"].small-text {
width: 65px;
padding-right: 0;
}
input.tiny-text {
@ -472,6 +473,7 @@ input.tiny-text {
input[type="number"].tiny-text {
width: 45px;
padding-right: 0;
}
#doaction,