Skip to content

Commit

Permalink
fix desktop padding
Browse files Browse the repository at this point in the history
  • Loading branch information
LeahMarieBush committed Sep 12, 2024
1 parent e27cbbd commit ff01e72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/layouts/sidebar-sidecar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ const SidebarSidecarLayoutContent = ({
/>
<div
className={classNames({
[s.sidePadding]: !shouldNotHaveSidePadding,
[s.sidePadding]:
!shouldNotHaveSidePadding || !isMobileMenuRendered,
})}
>
{sidebarContent}
Expand Down

0 comments on commit ff01e72

Please sign in to comment.