Explorar el Código

Unit of measure px is redundant

Remove 'px' when property is set to 0.
Juan Luis Rodríguez Ponce hace 11 años
padre
commit
b3ecfaabca
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 {