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:
@@ -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),
|
||||
},
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user