mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Set line height for select2 search textarea
Prevent height from jumping around when input is focused
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user