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:
Gustaf Lundh
2023-02-09 14:56:51 +01:00
parent e6d358237c
commit 36bccb5252
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-org': patch
---
Fix small UI-glitch in MemberListCard
@@ -64,6 +64,7 @@ const useStyles = makeStyles((theme: Theme) =>
whiteSpace: 'nowrap',
textOverflow: 'ellipsis',
display: 'inline-block',
verticalAlign: 'middle',
maxWidth: '100%',
'&:hover': {
overflow: 'visible',