Skip to content

Commit

Permalink
fix: navigation padding
Browse files Browse the repository at this point in the history
  • Loading branch information
Tymek committed Aug 17, 2023
1 parent 8ec9080 commit 85139ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/component/admin/network/Network.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export const Network = () => {
<span>{label}</span>
</CenteredNavLink>
}
sx={{ padding: 0 }}
/>
))}
</Tabs>
Expand Down
1 change: 1 addition & 0 deletions frontend/src/component/admin/roles/RolesPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ export const RolesPage = () => {
</span>
</CenteredNavLink>
}
sx={{ padding: 0 }}
/>
))}
</Tabs>
Expand Down

0 comments on commit 85139ac

Please sign in to comment.