Skip to content

Commit

Permalink
update inheritence
Browse files Browse the repository at this point in the history
  • Loading branch information
ianjon3s committed Sep 4, 2024
1 parent 17363bc commit b279d44
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions editor.planx.uk/src/@planx/components/List/Public/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,7 @@ const InactiveListCard: React.FC<{
<Table>
<TableBody>
{schema.fields.map((field, j) => (
<TableRow
key={`tableRow-${j}`}
sx={{ "& > *": { verticalAlign: "top" } }}
>
<TableRow key={`tableRow-${j}`} sx={{ verticalAlign: "top" }}>
<TableCell
sx={{ fontWeight: FONT_WEIGHT_SEMI_BOLD, maxWidth: "100px" }}
>
Expand Down

0 comments on commit b279d44

Please sign in to comment.