Skip to content

Commit

Permalink
add vertical padding to div containing SidebarUserMenu (makeplane#5436)
Browse files Browse the repository at this point in the history
sharma01ketan authored Aug 27, 2024
1 parent 83ceba3 commit 224c8bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/app/[workspaceSlug]/(projects)/sidebar.tsx
Original file line number Diff line number Diff line change
@@ -74,7 +74,7 @@ export const AppSidebar: FC<IAppSidebar> = observer(() => {
})}
/>
<div
className={cn("overflow-x-hidden scrollbar-sm h-full w-full overflow-y-auto px-2", {
className={cn("overflow-x-hidden scrollbar-sm h-full w-full overflow-y-auto px-2 py-0.5", {
"vertical-scrollbar px-4": !sidebarCollapsed,
})}
>

0 comments on commit 224c8bc

Please sign in to comment.