mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-09 00:18:00 +01:00
fix: vertically center owners and roles content (#8357)
This change fixes the vertical alignment of the owners and roles content. Before: ![image](https://github.com/user-attachments/assets/369a738d-06de-4d40-8b2e-a6fff5127714) After: ![image](https://github.com/user-attachments/assets/4359c47d-d1d5-47b8-9af4-c722fe46fd79)
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