diff --git a/src/css/select2_custom.css b/src/css/select2_custom.css index 02bd02d0..5626a472 100644 --- a/src/css/select2_custom.css +++ b/src/css/select2_custom.css @@ -2,11 +2,11 @@ .select2 { font-family: Arial, Helvetica, sans-serif; font-weight: 400; - font-size: 13.3333px; + font-size: 13.3333px; } .select2-selection__rendered { - line-height: 18.5px !important; + line-height: 18px !important; padding-left: 4px !important; color: var(--defaultText) !important; border-radius: 2px !important; @@ -15,12 +15,13 @@ .select2-container .select2-selection--single { height: 20px !important; border-radius: 3px !important; - border: 0.5px solid var(--subtleAccent) !important; + border: 1px solid var(--subtleAccent) !important; cursor: default !important; } .select2-selection__arrow { height: 19px !important; + top: 0 !important; } .select2-selection__arrow b { height: 5px !important;