Merge pull request #16402 from backstage/blam/fix-alignment-of-author
scaffolder/next: fixing alignment of `CardActions` in `TemplateCard`
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-react': patch
|
||||
---
|
||||
|
||||
Fix alignment bug for owners on `TemplateCard`
|
||||
@@ -162,7 +162,7 @@ export const TemplateCard = (props: TemplateCardProps) => {
|
||||
)}
|
||||
</Grid>
|
||||
</CardContent>
|
||||
<CardActions style={{ padding: '16px' }}>
|
||||
<CardActions style={{ padding: '16px', flex: 1, alignItems: 'flex-end' }}>
|
||||
<div className={styles.footer}>
|
||||
<div className={styles.ownedBy}>
|
||||
{ownedByRelations.length > 0 && (
|
||||
|
||||
Reference in New Issue
Block a user