Skip to content

Commit b3ecfaa

Browse files
committed
Unit of measure px is redundant
Remove 'px' when property is set to 0.
1 parent c5e13d3 commit b3ecfaa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

select2-bootstrap.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
.form-control.select2-container {
1111
height: auto !important;
12-
padding: 0px;
12+
padding: 0;
1313
}
1414

1515
.form-control.select2-container.select2-dropdown-open {

0 commit comments

Comments
 (0)