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:
Vincenzo Scamporlino
2025-09-03 11:26:02 +02:00
committed by GitHub
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -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' },