Set line height for select2 search textarea

Prevent height from jumping around when input is focused
This commit is contained in:
Cohee
2024-05-16 00:28:35 +03:00
parent f0af503b4a
commit b7a91770dc

View File

@@ -229,6 +229,8 @@ span.select2.select2-container .select2-selection__choice__remove:hover {
/* Fix search textarea alignment issue with UL elements */
margin-top: 0px;
height: unset;
/* Prevent height from jumping around when input is focused */
line-height: 1;
}
.select2_multi_sameline+span.select2-container .select2-selection--multiple .select2-selection__rendered {