fix css scope for search filter

This commit is contained in:
Denys Vuika
2018-05-10 20:04:35 +01:00
parent 97f888d49c
commit 4f64ebb3ef
@@ -1,3 +1,5 @@
.adf-search-filter {
.checklist { .checklist {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@@ -22,3 +24,5 @@
text-transform: uppercase; text-transform: uppercase;
} }
} }
}