We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac71d6c commit 73a3c74Copy full SHA for 73a3c74
site/src/modules/management/OrganizationSidebarView.tsx
@@ -139,7 +139,7 @@ const OrganizationSettingsNavigation: FC<
139
{organization.display_name}
140
</SidebarNavItem>
141
{active && (
142
- <div className="flex flex-col gap-1 my-2">
+ <div className="flex flex-col gap-1 my-2 ml-11">
143
{organization.permissions.editOrganization && (
144
<SidebarNavSubItem end href={urlForSubpage(organization.name)}>
145
Settings
0 commit comments