1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-15 17:50:48 +02:00

fix: navigation padding

This commit is contained in:
Tymoteusz Czech 2023-08-17 14:24:22 +02:00
parent 8ec9080c23
commit 85139ac174
No known key found for this signature in database
GPG Key ID: 133555230D88D75F
2 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,7 @@ export const Network = () => {
<span>{label}</span> <span>{label}</span>
</CenteredNavLink> </CenteredNavLink>
} }
sx={{ padding: 0 }}
/> />
))} ))}
</Tabs> </Tabs>

View File

@ -97,6 +97,7 @@ export const RolesPage = () => {
</span> </span>
</CenteredNavLink> </CenteredNavLink>
} }
sx={{ padding: 0 }}
/> />
))} ))}
</Tabs> </Tabs>