From f82a479a90672d687f7278ba82148c985e33805e Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Sun, 6 Oct 2024 23:18:41 +0300 Subject: [PATCH] Fix select2 buttons alignment --- public/css/select2-overrides.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/css/select2-overrides.css b/public/css/select2-overrides.css index 47d9746ac..e09e761c9 100644 --- a/public/css/select2-overrides.css +++ b/public/css/select2-overrides.css @@ -17,7 +17,7 @@ .select2-container .select2-selection .select2-selection__clear { color: var(--SmartThemeBodyColor); - font-size: 24px; + font-size: 20px; padding: 0; position: absolute; right: 5px; @@ -50,6 +50,7 @@ padding: revert; border-right: 1px solid var(--SmartThemeBorderColor); font-size: 1.1em; + line-height: 1; } .select2-container .select2-selection--multiple .select2-selection__choice__display {