Skip to content

Commit a1f57bf

Browse files
committed
fix: gap between not accordion cards too
1 parent fe0919e commit a1f57bf

File tree

1 file changed

+1
-0
lines changed
  • web/src/pages/Cases/CaseDetails/Voting/VotesDetails

1 file changed

+1
-0
lines changed

web/src/pages/Cases/CaseDetails/Voting/VotesDetails/index.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ const StyledCard = styled(Card)`
4646
height: auto;
4747
padding: 11.5px ${responsiveSize(8, 18)};
4848
border: 1px solid ${({ theme }) => theme.stroke};
49+
margin: 4px 0;
4950
`;
5051

5152
const AccordionContentContainer = styled.div`

0 commit comments

Comments
 (0)