mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-06 04:04:21 +00:00
fix input shrink
This commit is contained in:
parent
fc091cce15
commit
eea9808d72
@ -178,6 +178,14 @@ input { /* 1 */
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
/**
|
||||
* Normalizes firefox and edge approach of input shrinking to chrome behaviour
|
||||
*/
|
||||
input {
|
||||
min-width: 0;
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Remove the inheritance of text transform in Edge, Firefox, and IE.
|
||||
* 1. Remove the inheritance of text transform in Firefox.
|
||||
|
Loading…
Reference in New Issue
Block a user