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);
|
||||
}
|
||||
|
||||
/* fix multiple selects height */
|
||||
select[multiple] {
|
||||
height: initial;
|
||||
}
|
||||
|
||||
/* Selector */
|
||||
.selector {
|
||||
display: flex;
|
||||
|
|
Reference in New Issue