mirror of
https://github.com/Unleash/unleash.git
synced 2025-06-09 01:17:06 +02:00
fix: vertically center owners and roles content (#8357)
This change fixes the vertical alignment of the owners and roles content. Before:  After: 
This commit is contained in:
parent
41f9cac758
commit
cfcaf00a8e
@ -19,6 +19,7 @@ const Wrapper = styled('div')(({ theme }) => ({
|
|||||||
const InfoSection = styled('div')(({ theme }) => ({
|
const InfoSection = styled('div')(({ theme }) => ({
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
gap: theme.spacing(1),
|
gap: theme.spacing(1),
|
||||||
|
alignItems: 'center',
|
||||||
}));
|
}));
|
||||||
|
|
||||||
export const RoleAndOwnerInfo = ({ roles, owners }: Props) => {
|
export const RoleAndOwnerInfo = ({ roles, owners }: Props) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user