mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-10 01:16:39 +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 }) => ({
|
||||
display: 'flex',
|
||||
gap: theme.spacing(1),
|
||||
alignItems: 'center',
|
||||
}));
|
||||
|
||||
export const RoleAndOwnerInfo = ({ roles, owners }: Props) => {
|
||||
|
Loading…
Reference in New Issue
Block a user