Skip to content

Commit 3b76988

Browse files
Add spacing between catalog title and items
1 parent 494fed5 commit 3b76988

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/react-catalog-view-extension/sass/react-catalog-view-extension/_filter-side-panel.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
.filter-panel-pf-category-title {
1515
border: 0;
1616
font-size: inherit;
17-
margin: 0;
17+
margin: 0 0 8px 0;
1818
font-weight: 700;
1919
}
2020

packages/react-catalog-view-extension/src/components/FilterSidePanel/examples/filterSidePanel.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
.filter-panel-pf-category-title {
1515
border: 0;
1616
font-size: inherit;
17-
margin: 0;
17+
margin: 0 0 8px 0;
1818
font-weight: 700;
1919
}
2020

0 commit comments

Comments
 (0)