Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Add proper margin to active filters by price list.
Browse files Browse the repository at this point in the history
There is currently no top margin when the active filters contain a price
filter in the list view. This is because the filters only contain a
range and do not render a child list.

This update will target that price filter item and add a top margin that
is consistent with the other active filters.
  • Loading branch information
danielwrobert committed Sep 9, 2022
1 parent 1ab83d5 commit 47ef7ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/js/blocks/active-filters/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@
max-width: 200px;
}
}

> .wc-block-active-filters__list-item .wc-block-active-filters__list-item-name {
margin: 9px 0 0;
}
}

.wc-block-active-filters__list-item-type {
Expand Down

0 comments on commit 47ef7ec

Please sign in to comment.