diff --git a/static/style.css b/static/style.css index f621e389a6..d774b48f53 100644 --- a/static/style.css +++ b/static/style.css @@ -163,6 +163,10 @@ a.logo { position: relative; } +#autoComplete { + margin-top: -2px; +} + #autoComplete .ant-select-selection--single { border: transparent; outline: none;