Merge pull request #155 from marshmalien/ux-instance-groups-lookup-height

UX - Lookup static height
This commit is contained in:
Marliana Lara
2019-04-08 10:40:20 -04:00
committed by GitHub
3 changed files with 25 additions and 27 deletions

View File

@@ -132,12 +132,6 @@
}
}
.pf-c-input-group__text {
&:hover {
cursor: pointer;
}
}
//
// pf modal overrides
//
@@ -220,12 +214,10 @@
// note that these should be given a consistent prefix
// and bem style, as well as moved into component-based scss files
//
.awx-lookup {
min-height: 36px;
.pf-c-form-control {
--pf-c-form-control--Height: auto;
}
.awx-lookup .pf-c-form-control {
--pf-c-form-control--Height: 90px;
overflow-y: auto;
}
.awx-c-list {