Browse Source

Fix changelist filters multiple selects style

Denis K 8 years ago
parent
commit
c250992494
1 changed files with 14 additions and 0 deletions
  1. 14 0
      jet/static/jet/css/_changelist.scss

+ 14 - 0
jet/static/jet/css/_changelist.scss

@@ -162,6 +162,20 @@
       @include for-phone {
         width: 100% !important;
       }
+
+      &-selection--multiple {
+        overflow: auto;
+        height: $input-height !important;
+
+        .select2-selection__rendered {
+          padding: 0 2px !important;
+        }
+
+        .select2-selection__choice {
+          margin-top: 2px !important;
+          margin-right: 2px !important;
+        }
+      }
     }
   }
 }