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:
Daniel Holbert 2014-06-11 15:35:18 -07:00
parent d4dc8d8c50
commit 6e81212944

View File

@ -925,6 +925,7 @@ input[type=number]::-moz-number-text {
*/
text-align: inherit;
flex: 1;
min-width: 0;
padding: 0;
border: 0;
margin: 0;