1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

fix: project owner name overflow (#7949)

This commit is contained in:
Mateusz Kwasniewski 2024-08-21 13:12:42 +02:00 committed by GitHub
parent 45de8ceae0
commit 2a13139215
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -63,6 +63,7 @@ const StyledWrapper = styled('div')(({ theme }) => ({
padding: theme.spacing(1.5, 0, 2.5, 3),
display: 'flex',
alignItems: 'center',
minWidth: 0,
}));
export const ProjectOwners: FC<IProjectOwnersProps> = ({ owners = [] }) => {