Skip to content

Commit

Permalink
Disable gutter on accordion
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisJamesC committed Sep 8, 2023
1 parent d02d1ce commit c0d7017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reports/src/capability/CapabilityTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const CheckAggregateRow = ({ checks }: { checks: Check[] }) => {
return (
<tr>
<td style={{ padding: 0 }}>
<Accordion square>
<Accordion square disableGutters>
<AccordionSummary
expandIcon={<ExpandMoreIcon />}
aria-controls="panel1a-content"
Expand Down

0 comments on commit c0d7017

Please sign in to comment.