Removed unused CSS rule

There are no elements matching the selector; the element has only one
child (the <form> element) and it doesn't use the `column` class.
This commit is contained in:
Javi Martín
2020-12-28 15:40:44 +01:00
parent f024a643ea
commit a750c48c99

View File

@@ -14,12 +14,6 @@
.advanced-search-form {
@include breakpoint(medium) {
> .column {
padding: 0;
}
}
select {
height: $line-height * 2;
}