Browse Source

Unit of measure px is redundant

Remove 'px' when property is set to 0.
Juan Luis Rodríguez Ponce 11 năm trước cách đây
mục cha
commit
b3ecfaabca
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 {