소스 검색

Update _select2.scss

The arrow down overrides the clear "x" button.
Removing this padding-right: 0 fix this issue.
Adriano Pedro 5 년 전
부모
커밋
f13e935b75
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;
   }