Skip to content

Commit 0d52e9a

Browse files
committed
refactor(web): add space b/w Juror Rewards and Court Policy area
1 parent eeee1bf commit 0d52e9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/src/pages/Cases/CaseDetails/Overview.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ const VotingOptions = styled(QuestionAndDescription)`
116116
const ShadeArea = styled.div`
117117
width: 100%;
118118
padding: 16px;
119+
margin-top: 16px;
119120
background-color: ${({ theme }) => theme.mediumBlue};
120121
> p {
121122
margin-top: 0;

0 commit comments

Comments
 (0)