Skip to content

Commit 6095366

Browse files
committed
fix(facetedsearch): Correct class name in style
1 parent 51b224d commit 6095366

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

frontend/src/lib/components/search/FacetedSearch.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -830,14 +830,14 @@
830830
justify-content: space-between;
831831
}
832832
833-
.filter-toggle {
833+
.filters-toggle {
834834
margin-left: auto;
835835
}
836836
.filters-toggle :global(button) {
837837
width: auto;
838838
padding-inline: var(
839839
--size-2
840-
); /* ZL: to keep the same compact size
840+
); /* ZL: to keep the same compact size
841841
as the above buttons change*/
842842
justify-content: center;
843843
}

0 commit comments

Comments
 (0)