Procházet zdrojové kódy

Update _select2.scss

The arrow down overrides the clear "x" button.
Removing this padding-right: 0 fix this issue.
Adriano Pedro před 5 roky
rodič
revize
f13e935b75
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      build/scss/plugins/_select2.scss

+ 1 - 1
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;
   }