Unit of measure px is redundant
Remove 'px' when property is set to 0.
This commit is contained in:
parent
c5e13d3aa8
commit
b3ecfaabca
@ -9,7 +9,7 @@
|
||||
|
||||
.form-control.select2-container {
|
||||
height: auto !important;
|
||||
padding: 0px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.form-control.select2-container.select2-dropdown-open {
|
||||
|
Loading…
Reference in New Issue
Block a user