소스 검색

Decrease minimal select2 width

Denis K 8 년 전
부모
커밋
1ba274c5b5
1개의 변경된 파일1개의 추가작업 그리고 5개의 파일을 삭제
  1. 1 5
      jet/static/jet/css/select2/_layout.scss

+ 1 - 5
jet/static/jet/css/select2/_layout.scss

@@ -5,11 +5,7 @@ $input-height: 32px;
 .select2-container--jet {
   @import "single";
   @import "multiple";
-  min-width: 240px;
-
-  @include for-phone {
-    min-width: 160px;
-  }
+  min-width: 160px;
 
   .select2-selection {
     background-color: $input-background-color;