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:
parent
45de8ceae0
commit
2a13139215
@ -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 = [] }) => {
|
||||
|
Loading…
Reference in New Issue
Block a user