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:
parent
8ec9080c23
commit
85139ac174
@ -43,6 +43,7 @@ export const Network = () => {
|
||||
<span>{label}</span>
|
||||
</CenteredNavLink>
|
||||
}
|
||||
sx={{ padding: 0 }}
|
||||
/>
|
||||
))}
|
||||
</Tabs>
|
||||
|
@ -97,6 +97,7 @@ export const RolesPage = () => {
|
||||
</span>
|
||||
</CenteredNavLink>
|
||||
}
|
||||
sx={{ padding: 0 }}
|
||||
/>
|
||||
))}
|
||||
</Tabs>
|
||||
|
Loading…
Reference in New Issue
Block a user