Explorar o código

Fix changelist filters multiple selects style

Denis K %!s(int64=8) %!d(string=hai) anos
pai
achega
c250992494
Modificáronse 1 ficheiros con 14 adicións e 0 borrados
  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;
+        }
+      }
     }
   }
 }