ui: fix height of multiple select input
This commit is contained in:
parent
521a8b5356
commit
dc5ba144f1
|
@ -16,6 +16,11 @@
|
||||||
max-height: var(--pf-c-login__main-footer-links-item-link-svg--Height);
|
max-height: var(--pf-c-login__main-footer-links-item-link-svg--Height);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* fix multiple selects height */
|
||||||
|
select[multiple] {
|
||||||
|
height: initial;
|
||||||
|
}
|
||||||
|
|
||||||
/* Selector */
|
/* Selector */
|
||||||
.selector {
|
.selector {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Reference in New Issue