Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(input): change height to max height on input #17394

Merged
merged 13 commits into from
Mar 19, 2019
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