From 67a913773b72a7a2178552d42947fd8815e7db41 Mon Sep 17 00:00:00 2001 From: Romulo Cintra Date: Tue, 19 Mar 2019 15:33:15 +0100 Subject: [PATCH] fix(input): use max-height for input for consistency across browsers (#17394) This PR gives the same behavior in Chrome, Safari and FF, when the input is not wrapped in html tags --- core/src/components/input/input.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/components/input/input.scss b/core/src/components/input/input.scss index c831e27164..27c4327e0b 100644 --- a/core/src/components/input/input.scss +++ b/core/src/components/input/input.scss @@ -68,7 +68,7 @@ width: 100%; max-width: 100%; - height: 100%; + max-height: 100%; border: 0;