1
0
mirror of https://github.com/NginxProxyManager/nginx-proxy-manager.git synced 2025-07-29 19:01:13 +03:00

don't fix the select height, to fix multiline select

This commit is contained in:
Jonas Leder
2021-04-23 21:25:57 +02:00
committed by GitHub
parent 1a64d44857
commit 30fa63b379

View File

@ -190,3 +190,7 @@
.selectize-dropdown .optgroup:first-child {
border-top: 0 none;
}
.custom-select {
height: auto;
}