Skip to content

Commit

Permalink
Merge pull request #567 from davidebriani/fix-sidebar-padding
Browse files Browse the repository at this point in the history
Fix: add padding in Sidebar since Bootstrap does not apply it
  • Loading branch information
Pavinati committed Jul 8, 2024
2 parents 87c05a9 + f335f05 commit db47cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const SidebarItem = ({
return (
<NavLink
as={Link}
className={`w-100 d-flex align-items-center ${
className={`px-3 py-2 w-100 d-flex align-items-center ${
isActive ? "text-light bg-primary" : "text-dark"
}`}
{...linkProps}
Expand Down

0 comments on commit db47cc7

Please sign in to comment.