Skip to content

Commit

Permalink
accordion summary click height fix
Browse files Browse the repository at this point in the history
  • Loading branch information
melpsh committed Oct 4, 2024
1 parent 1ccf232 commit 9e4d553
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Clients/src/presentation/pages/ComplianceTracker/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,11 @@ const Compliance = ({
padding: spacing(5),
flexDirection: "row-reverse",
height: '',
"& .MuiAccordionSummary-content":{
"& .Mui-expanded":{
marginTop: '12px',
marginBottom: '12px',
},
"& .MuiAccordionSummary-root":{
marginTop: '12px',
marginBottom: '12px',
}
Expand Down

0 comments on commit 9e4d553

Please sign in to comment.