Skip to content

Commit b539afb

Browse files
sethiddenMarcin Kwiatkowski
authored andcommitted
fix: mobile filter controls too close to left edge (#1149)
1 parent 5899b20 commit b539afb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/theme/modules/catalog/category/components/filters/CategoryFilters.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
}
4040

4141
&__accordion-item {
42-
--accordion-item-content-padding: 0;
42+
--accordion-item-content-padding: var(--spacer-sm);
4343
position: relative;
4444
left: 50%;
4545
right: 50%;

0 commit comments

Comments
 (0)