Merge pull request #16279 from GLundh/memberlistcard

MemberListCard UI Fix
This commit is contained in:
Fredrik Adelöw
2023-02-15 15:52:52 +01:00
committed by GitHub
2 changed files with 6 additions and 0 deletions
@@ -64,6 +64,7 @@ const useStyles = makeStyles((theme: Theme) =>
whiteSpace: 'nowrap',
textOverflow: 'ellipsis',
display: 'inline-block',
verticalAlign: 'middle',
maxWidth: '100%',
'&:hover': {
overflow: 'visible',