Skip to content

Commit 1eaceca

Browse files
committed
🎨 style(sidebar/index.tsx): add style to align project name to flex-start
1 parent 9a14111 commit 1eaceca

File tree

1 file changed

+1
-0
lines changed
  • src/common/components/navigation/sidebar

1 file changed

+1
-0
lines changed

‎src/common/components/navigation/sidebar/index.tsx‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ export const AppSidebar = (props: PropsWithChildren<SidebarProps>) => {
169169
onClick={() =>
170170
navigateTo('projects', project.id.toString())
171171
}
172+
style={{ alignItems: 'flex-start' }}
172173
>
173174
<NavItemProject.Title title={project.name}>
174175
{project.name}

0 commit comments

Comments
 (0)