Browse Source

Unit of measure px is redundant

Remove 'px' when property is set to 0.
Juan Luis Rodríguez Ponce 11 years ago
parent
commit
b3ecfaabca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      select2-bootstrap.css

+ 1 - 1
select2-bootstrap.css

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