mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 18:54:11 +08:00
fix(many): component wrappers inherit height (#26611)
This commit is contained in:
@ -30,7 +30,7 @@
|
||||
display: inline-block;
|
||||
|
||||
position: relative;
|
||||
|
||||
|
||||
cursor: pointer;
|
||||
|
||||
user-select: none;
|
||||
@ -59,7 +59,7 @@
|
||||
@include input-cover();
|
||||
|
||||
display: flex;
|
||||
|
||||
|
||||
align-items: center;
|
||||
|
||||
opacity: 0;
|
||||
@ -72,8 +72,8 @@
|
||||
|
||||
align-items: center;
|
||||
|
||||
height: 100%;
|
||||
|
||||
height: inherit;
|
||||
|
||||
cursor: inherit;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user