From f13e935b75a0a663fba7197976d56f2ad7f8869c Mon Sep 17 00:00:00 2001 From: Adriano Pedro Date: Fri, 11 Oct 2019 11:22:05 +0100 Subject: [PATCH] Update _select2.scss The arrow down overrides the clear "x" button. Removing this padding-right: 0 fix this issue. --- build/scss/plugins/_select2.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/scss/plugins/_select2.scss b/build/scss/plugins/_select2.scss index eedd70465..18e6a9442 100644 --- a/build/scss/plugins/_select2.scss +++ b/build/scss/plugins/_select2.scss @@ -37,7 +37,7 @@ & .select2-selection--single .select2-selection__rendered { padding-left: 0; - padding-right: 0; + //padding-right: 0; height: auto; margin-top: -3px; }