Parcourir la source

Merge pull request #2147 from juanluisrp/patch-1

Unit of measure px is redundant
Igor Vaynberg il y a 11 ans
Parent
commit
c3592c3f87
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      select2-bootstrap.css

+ 1 - 1
select2-bootstrap.css

@@ -9,7 +9,7 @@
 
 .form-control.select2-container {
     height: auto !important;
-    padding: 0px;
+    padding: 0;
 }
 
 .form-control.select2-container.select2-dropdown-open {