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:
Andrew Nacin 2012-03-16 04:28:32 +00:00
parent 492400a0eb
commit d49d30651b
1 changed files with 4 additions and 0 deletions

View File

@ -802,6 +802,10 @@ input.regular-text,
}
input.small-text {
width: 50px;
}
input[type="number"].small-text {
width: 60px;
}