Only grow input.small-text if type='number'. see [20168], see #17863.
git-svn-id: https://develop.svn.wordpress.org/trunk@20201 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
492400a0eb
commit
d49d30651b
@ -802,6 +802,10 @@ input.regular-text,
|
||||
}
|
||||
|
||||
input.small-text {
|
||||
width: 50px;
|
||||
}
|
||||
|
||||
input[type="number"].small-text {
|
||||
width: 60px;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user