1
0
mirror of synced 2024-11-21 20:46:07 +03:00

Unit of measure px is redundant

Remove 'px' when property is set to 0.
This commit is contained in:
Juan Luis Rodríguez Ponce 2014-02-26 12:13:19 +01:00
parent c5e13d3aa8
commit b3ecfaabca

View File

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