mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-19 01:17:18 +02:00
fix: project owner name overflow (#7949)
This commit is contained in:
parent
45de8ceae0
commit
2a13139215
@ -63,6 +63,7 @@ const StyledWrapper = styled('div')(({ theme }) => ({
|
|||||||
padding: theme.spacing(1.5, 0, 2.5, 3),
|
padding: theme.spacing(1.5, 0, 2.5, 3),
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
|
minWidth: 0,
|
||||||
}));
|
}));
|
||||||
|
|
||||||
export const ProjectOwners: FC<IProjectOwnersProps> = ({ owners = [] }) => {
|
export const ProjectOwners: FC<IProjectOwnersProps> = ({ owners = [] }) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user