Pārlūkot izejas kodu

Fix select2 list item style

Denis K 9 gadi atpakaļ
vecāks
revīzija
b807211c4f
1 mainītis faili ar 5 papildinājumiem un 0 dzēšanām
  1. 5 0
      jet/static/jet/css/select2/_multiple.scss

+ 5 - 0
jet/static/jet/css/select2/_multiple.scss

@@ -13,6 +13,10 @@
     margin: 0;
     padding: 0 5px;
     width: 100%;
+
+    li {
+      list-style-type: none;
+    }
   }
 
   .select2-selection__clear {
@@ -34,6 +38,7 @@
     margin-top: 5px;
     padding: 5px 5px;
     line-height: normal;
+    list-style-type: none;
   }
 
   .select2-selection__choice__remove {