fix: update about card links style for pretty display with other language

Signed-off-by: mario ma <mario.ma.node@gmail.com>
This commit is contained in:
mario ma
2025-06-11 16:36:25 +08:00
parent b5b4b66345
commit ae7d42696e
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/core-components': patch
---
update about card links style for pretty display with other language
@@ -25,7 +25,7 @@ const useStyles = makeStyles(
margin: theme.spacing(2, 0),
display: 'grid',
gridAutoFlow: 'column',
gridAutoColumns: 'min-content',
gridAutoColumns: 'max-content',
gridGap: theme.spacing(3),
},
}),