From eea9808d72e0d7bd6715c5008a6567420b810b68 Mon Sep 17 00:00:00 2001 From: mano92fuentesjimenez Date: Tue, 8 Sep 2020 11:37:40 -0400 Subject: [PATCH] fix input shrink --- normalize.css | 8 ++++++++ 1 file changed, 8 insertions(+) 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.