We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 715442c commit dc3f47cCopy full SHA for dc3f47c
site/src/modules/management/OrganizationSidebarView.tsx
@@ -195,7 +195,7 @@ const OrganizationSettingsNavigation: FC<
195
return (
196
<>
197
{active && (
198
- <div className="flex flex-col gap-1 my-2 ml-11">
+ <div className="flex flex-col gap-1 my-2">
199
{organization.permissions.editOrganization && (
200
<SidebarNavSubItem end href={urlForSubpage(organization.name)}>
201
Settings
0 commit comments