Only grow input.small-text if type='number'. see [20168], see #17863.
git-svn-id: http://svn.automattic.com/wordpress/trunk@20201 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
27c3c56ed6
commit
83df0439ba
|
@ -802,6 +802,10 @@ input.regular-text,
|
|||
}
|
||||
|
||||
input.small-text {
|
||||
width: 50px;
|
||||
}
|
||||
|
||||
input[type="number"].small-text {
|
||||
width: 60px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue