Skip to content

Commit 4b0318e

Browse files
authored
Merge pull request #1035 from vr-varad/fix/responsive_issue_catalog_3
Fix: Padding for Filter Panel in Catalog
2 parents 3212903 + c7a851d commit 4b0318e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/custom/CatalogFilterSection/CatalogFilterSidebar.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,8 @@ const CatalogFilterSidebar: React.FC<CatalogFilterSidebarProps> = ({
141141
style={{
142142
height: '75vh',
143143
overflowY: 'auto',
144-
background: theme.palette.background.surfaces
144+
background: theme.palette.background.surfaces,
145+
padding: '0 16px'
145146
}}
146147
>
147148
<CatalogFilterSidebarState

0 commit comments

Comments
 (0)