Skip to content

Commit 73a3c74

Browse files
committed
chore: indent sidebar subitems
1 parent ac71d6c commit 73a3c74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/modules/management/OrganizationSidebarView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ const OrganizationSettingsNavigation: FC<
139139
{organization.display_name}
140140
</SidebarNavItem>
141141
{active && (
142-
<div className="flex flex-col gap-1 my-2">
142+
<div className="flex flex-col gap-1 my-2 ml-11">
143143
{organization.permissions.editOrganization && (
144144
<SidebarNavSubItem end href={urlForSubpage(organization.name)}>
145145
Settings

0 commit comments

Comments
 (0)