From e71d5cd27c1083881dab2a7987ec4a33f0b97bda Mon Sep 17 00:00:00 2001 From: Alex S <17275120+AlexGStapleton@users.noreply.github.com> Date: Fri, 29 Nov 2024 13:01:59 +1300 Subject: [PATCH] Multi-select: Further Spacing Adjustments Retain more of the select2 spacing, and remove the input spacing. --- css/admin.less | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/css/admin.less b/css/admin.less index 36bf6bc5..226f852a 100644 --- a/css/admin.less +++ b/css/admin.less @@ -2538,8 +2538,12 @@ .select2-container { width: 100% !important; - .select2-search--inline { - margin-bottom: 0; + .select2-selection--multiple { + padding: 0; + } + + .select2-search__field { + margin-top: 0; } .select2-selection__choice__remove {