mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Bug 1021913: Explicitly give the textfield in input[type="number"] a min-width of 0, so that "min-width:auto" won't block it from shrinking. r=jwatt
This commit is contained in:
parent
d4dc8d8c50
commit
6e81212944
@ -925,6 +925,7 @@ input[type=number]::-moz-number-text {
|
||||
*/
|
||||
text-align: inherit;
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
margin: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user