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
+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',