mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
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:
committed by
Brandy Carney
parent
617453ba43
commit
67a913773b
@@ -68,7 +68,7 @@
|
||||
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
height: 100%;
|
||||
max-height: 100%;
|
||||
|
||||
border: 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user