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:
parent
8660569e82
commit
b02161c98e
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user