MemberListCard UI Fix
When a description is provided and the user hovers over the email link, the description jumps a bit in the UI. Signed-off-by: Gustaf Lundh <gustaf.lundh@axis.com>
This commit is contained in:
@@ -64,6 +64,7 @@ const useStyles = makeStyles((theme: Theme) =>
|
||||
whiteSpace: 'nowrap',
|
||||
textOverflow: 'ellipsis',
|
||||
display: 'inline-block',
|
||||
verticalAlign: 'middle',
|
||||
maxWidth: '100%',
|
||||
'&:hover': {
|
||||
overflow: 'visible',
|
||||
|
||||
Reference in New Issue
Block a user