Merge pull request #16279 from GLundh/memberlistcard
MemberListCard UI Fix
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user