mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 15:07:13 +08:00
fix(input): match design for xlarge size (#29446)
This commit is contained in:
@ -27,6 +27,10 @@
|
||||
min-height: 48px;
|
||||
}
|
||||
|
||||
:host(.input-size-xlarge) .native-wrapper {
|
||||
min-height: 56px;
|
||||
}
|
||||
|
||||
// Target area
|
||||
// --------------------------------------------------
|
||||
:host .native-wrapper::after {
|
||||
|
||||
Reference in New Issue
Block a user