浏览代码

Update select2 min width

Denis K 8 年之前
父节点
当前提交
3ac843c452
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      jet/static/jet/css/select2/_layout.scss

+ 4 - 0
jet/static/jet/css/select2/_layout.scss

@@ -7,6 +7,10 @@ $input-height: 32px;
   @import "multiple";
   min-width: 240px;
 
+  @include for-phone {
+    min-width: 160px;
+  }
+
   .select2-selection {
     background-color: $input-background-color;
     border: 1px solid $input-border-color;