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

@ -72,7 +72,7 @@
align-items: center; align-items: center;
height: 100%; height: inherit;
cursor: inherit; cursor: inherit;
} }

View File

@ -285,7 +285,7 @@
align-items: stretch; align-items: stretch;
height: 100%; height: inherit;
min-height: inherit; min-height: inherit;

View File

@ -85,7 +85,7 @@ input {
align-items: center; align-items: center;
height: 100%; height: inherit;
min-height: inherit; min-height: inherit;

View File

@ -186,7 +186,7 @@
align-items: center; align-items: center;
height: 100%; height: inherit;
} }
// Range Label // Range Label

View File

@ -191,7 +191,7 @@ button {
align-items: center; align-items: center;
height: 100%; height: inherit;
/** /**
* This allows developers to set the height * This allows developers to set the height

View File

@ -83,7 +83,7 @@ input {
align-items: center; align-items: center;
height: 100%; height: inherit;
transition: background-color 15ms linear; transition: background-color 15ms linear;