ui: fix height of multiple select input
This commit is contained in:
		@ -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
	
	Block a user