chore: fix small alignment issue with owner

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2023-02-16 20:38:17 +01:00
parent 49da5450d5
commit dd266650aa
@@ -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 && (