Skip to content

Commit

Permalink
fix: align short owner username on project card
Browse files Browse the repository at this point in the history
  • Loading branch information
Tymek committed Sep 5, 2024
1 parent bcf7f56 commit f73afa2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ const useOwnersMap = () => {

const StyledUserName = styled('span')(({ theme }) => ({
fontSize: theme.typography.body2.fontSize,
alignSelf: 'end',
lineHeight: 1,
lineClamp: `1`,
WebkitLineClamp: 1,
Expand Down

0 comments on commit f73afa2

Please sign in to comment.