fix(many): component wrappers inherit height (#26611)

This commit is contained in:
Liam DeBeasi
2023-01-17 13:51:46 -05:00
committed by GitHub
parent 02640b5795
commit e612253fc6
6 changed files with 9 additions and 9 deletions

View File

@ -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;
}