Skip to content

Commit

Permalink
style: List component summary vertical alignment (#3619)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianjon3s authored Sep 4, 2024
1 parent a7d4eaa commit 79b6d52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ const InactiveListCard: React.FC<{
<Table>
<TableBody>
{schema.fields.map((field, j) => (
<TableRow key={`tableRow-${j}`}>
<TableRow key={`tableRow-${j}`} sx={{ verticalAlign: "top" }}>
<TableCell
sx={{ fontWeight: FONT_WEIGHT_SEMI_BOLD, maxWidth: "100px" }}
>
Expand Down

0 comments on commit 79b6d52

Please sign in to comment.