Explorar el Código

Update select2 min width

Denis K hace 8 años
padre
commit
3ac843c452
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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;