Skip to content

Commit

Permalink
fix: project owner name overflow (#7949)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwasniew authored Aug 21, 2024
1 parent 45de8ce commit 2a13139
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [] }) => {
Expand Down

0 comments on commit 2a13139

Please sign in to comment.