1
0
mirror of https://github.com/NginxProxyManager/nginx-proxy-manager.git synced 2025-07-31 06:24:22 +03:00

Merge pull request #1034 from jonasled/patch-2

don't fix the select height, to fix multiline select
This commit is contained in:
jc21
2021-05-06 10:54:12 +10:00
committed by GitHub

View File

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