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
This commit is contained in:
Romulo Cintra
2019-03-19 15:33:15 +01:00
committed by Brandy Carney
parent 617453ba43
commit 67a913773b

View File

@@ -68,7 +68,7 @@
width: 100%;
max-width: 100%;
height: 100%;
max-height: 100%;
border: 0;