mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 11:17:19 +08:00
fix(many): component wrappers inherit height (#26611)
This commit is contained in:
@ -72,7 +72,7 @@
|
||||
|
||||
align-items: center;
|
||||
|
||||
height: 100%;
|
||||
height: inherit;
|
||||
|
||||
cursor: inherit;
|
||||
}
|
||||
|
@ -285,7 +285,7 @@
|
||||
|
||||
align-items: stretch;
|
||||
|
||||
height: 100%;
|
||||
height: inherit;
|
||||
|
||||
min-height: inherit;
|
||||
|
||||
|
@ -85,7 +85,7 @@ input {
|
||||
|
||||
align-items: center;
|
||||
|
||||
height: 100%;
|
||||
height: inherit;
|
||||
|
||||
min-height: inherit;
|
||||
|
||||
|
@ -186,7 +186,7 @@
|
||||
|
||||
align-items: center;
|
||||
|
||||
height: 100%;
|
||||
height: inherit;
|
||||
}
|
||||
|
||||
// Range Label
|
||||
|
@ -191,7 +191,7 @@ button {
|
||||
|
||||
align-items: center;
|
||||
|
||||
height: 100%;
|
||||
height: inherit;
|
||||
|
||||
/**
|
||||
* This allows developers to set the height
|
||||
|
@ -83,7 +83,7 @@ input {
|
||||
|
||||
align-items: center;
|
||||
|
||||
height: 100%;
|
||||
height: inherit;
|
||||
|
||||
transition: background-color 15ms linear;
|
||||
|
||||
|
Reference in New Issue
Block a user