Explorar o código

Fix select2 list item style

Denis K %!s(int64=9) %!d(string=hai) anos
pai
achega
b807211c4f
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  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 {