Skip to content

Commit

Permalink
fix(input): use max-height for input for consistency across browsers (#…
Browse files Browse the repository at this point in the history
…17394)

This PR gives the same behavior in Chrome, Safari and FF, when the input is not wrapped in html tags
  • Loading branch information
romulocintra authored and brandyscarney committed Mar 19, 2019
1 parent 617453b commit 67a9137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/components/input/input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@

width: 100%;
max-width: 100%;
height: 100%;
max-height: 100%;

border: 0;

Expand Down

0 comments on commit 67a9137

Please sign in to comment.