Skip to content

Commit 51af9ed

Browse files
tractorssjaybuidl
authored andcommitted
fix(web): fix-minor-spacing-issue
1 parent 106a2d9 commit 51af9ed

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

web/src/components/Popup/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ const VoteDescriptionContainer = styled.div`
7373
display: flex;
7474
flex-direction: column;
7575
margin-bottom: ${responsiveSize(16, 32)};
76-
margin-left: ${responsiveSize(8, 12)};
77-
margin-right: ${responsiveSize(8, 12)};
76+
margin-left: ${responsiveSize(8, 32)};
77+
margin-right: ${responsiveSize(8, 32)};
7878
color: ${({ theme }) => theme.secondaryText};
7979
text-align: center;
8080
line-height: 21.8px;

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ const TimeLineContainer = styled(Box)`
1515
height: 98px;
1616
border-radius: 0px;
1717
padding: ${responsiveSize(16, 48)} 8px 0px ${responsiveSize(12, 22)};
18+
margin-top: ${responsiveSize(16, 48)};
19+
margin-bottom: ${responsiveSize(12, 22)};
1820
background-color: ${({ theme }) => theme.whiteBackground};
1921
2022
${landscapeStyle(

0 commit comments

Comments
 (0)