Skip to content

Commit 43739e6

Browse files
committed
chore: update padding
1 parent bb6dc5d commit 43739e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/web/app/(all)/[workspaceSlug]/(projects)/extended-project-sidebar.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ export const ExtendedProjectSidebar = observer(function ExtendedProjectSidebar()
104104
excludedElementId="extended-project-sidebar-toggle"
105105
className="px-0"
106106
>
107-
<div className="flex flex-col gap-1 w-full sticky top-4 px-6">
107+
<div className="flex flex-col gap-1 w-full sticky top-4 px-4">
108108
<div className="flex items-center justify-between">
109109
<span className="text-sm font-semibold text-custom-text-300 py-1.5">Projects</span>
110110
{isAuthorizedUser && (
@@ -134,7 +134,7 @@ export const ExtendedProjectSidebar = observer(function ExtendedProjectSidebar()
134134
</div>
135135
</div>
136136
{filteredProjects.length === 0 ? (
137-
<div className="flex flex-col items-center mt-4 px-6 pt-10">
137+
<div className="flex flex-col items-center mt-4 p-10">
138138
<EmptyStateCompact
139139
title={t("common_empty_state.search.title")}
140140
description={t("common_empty_state.search.description")}

0 commit comments

Comments
 (0)