File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
apps/web/app/(all)/[workspaceSlug]/(projects) Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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" ) }
You can’t perform that action at this time.
0 commit comments