diff --git a/normalize.css b/normalize.css index 192eb9c..6922410 100644 --- a/normalize.css +++ b/normalize.css @@ -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.