Merge pull request #30202 from mario-mui/fix/about-card-links-style
fix: update about card links style for pretty display with other lang…
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/core-components': patch
|
||||
---
|
||||
|
||||
update about card links style for pretty display with other language
|
||||
@@ -27,6 +27,7 @@ const useStyles = makeStyles(
|
||||
gridAutoFlow: 'column',
|
||||
gridAutoColumns: 'min-content',
|
||||
gridGap: theme.spacing(3),
|
||||
wordBreak: 'keep-all',
|
||||
},
|
||||
}),
|
||||
{ name: 'BackstageHeaderIconLinkRow' },
|
||||
|
||||
Reference in New Issue
Block a user