Set select2 max height 20px

This commit is contained in:
Nikita Khromov
2022-06-02 12:47:29 +03:00
parent 4dd1d42772
commit 3d50f279d7

View File

@ -409,6 +409,9 @@ a.aboutlink:active {
.select2-search.select2-search--dropdown .select2-selection__arrow {
cursor: pointer !important
}
.select2-container {
max-height : 20px !important;
}
/*
* Container style
*/