Skip to content

Commit cc2a2e0

Browse files
committed
fix: remove margin left
1 parent f1e7797 commit cc2a2e0

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
@@ -193,7 +193,7 @@ const OrganizationSettingsNavigation: FC<
193193
return (
194194
<>
195195
{active && (
196-
<div className="flex flex-col gap-1 my-2 ml-11">
196+
<div className="flex flex-col gap-1 my-2">
197197
{organization.permissions.editOrganization && (
198198
<SidebarNavSubItem end href={urlForSubpage(organization.name)}>
199199
Settings

0 commit comments

Comments
 (0)