Skip to content

Commit

Permalink
fix: Feedback table alignment (#4089)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianjon3s authored Dec 18, 2024
1 parent a862db2 commit 79d6b49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export const CollapsibleRow: React.FC<CollapsibleRowProps> = (item) => {
</TableCell>
</TableRow>
<TableRow sx={{ background: (theme) => theme.palette.background.paper }}>
<TableCell sx={{ padding: 0, border: "none" }} colSpan={4}>
<TableCell sx={{ padding: 0, border: "none" }} colSpan={5}>
<Collapse
in={open}
timeout="auto"
Expand Down

0 comments on commit 79d6b49

Please sign in to comment.