fix: Add paragraph prop for bottom margin
Signed-off-by: Carlos Esteban Lopez <lcarlosesteb@vmware.com>
This commit is contained in:
committed by
Carlos Lopez
parent
e16f805242
commit
2bdd1f92c1
@@ -68,8 +68,12 @@ const generatedColumns: TableColumn[] = [
|
||||
title: 'Source',
|
||||
render: (row: Partial<WorkflowRun>) => (
|
||||
<Typography variant="body2" noWrap>
|
||||
<Typography variant="body2">{row.source?.branchName}</Typography>
|
||||
<Typography variant="body2">{row.source?.commit.hash}</Typography>
|
||||
<Typography paragraph variant="body2">
|
||||
{row.source?.branchName}
|
||||
</Typography>
|
||||
<Typography paragraph variant="body2">
|
||||
{row.source?.commit.hash}
|
||||
</Typography>
|
||||
</Typography>
|
||||
),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user