1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-16 18:14:04 +02:00

feat(admin-plugin): add min-height for select2

This commit is contained in:
Awilum
2020-02-27 16:10:39 +03:00
parent 198d5d8513
commit d52da7c5d8

View File

@@ -37,6 +37,11 @@
height: 37px;
}
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
min-height: 37px;
}
.select2-container--open .select2-dropdown--above,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single