Skip to content

Commit eec4c7c

Browse files
authored
Merge pull request #659 from AppQuality/fix-sidebar-projects-align
🎨 style(sidebar/index.tsx): add style to align project name to flex-start
2 parents 242b22e + 1eaceca commit eec4c7c

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)