Skip to content

Commit

Permalink
fix(web): fix-minor-spacing-issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Harman-singh-waraich authored and jaybuidl committed Dec 28, 2023
1 parent 106a2d9 commit 51af9ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/components/Popup/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ const VoteDescriptionContainer = styled.div`
display: flex;
flex-direction: column;
margin-bottom: ${responsiveSize(16, 32)};
margin-left: ${responsiveSize(8, 12)};
margin-right: ${responsiveSize(8, 12)};
margin-left: ${responsiveSize(8, 32)};
margin-right: ${responsiveSize(8, 32)};
color: ${({ theme }) => theme.secondaryText};
text-align: center;
line-height: 21.8px;
Expand Down
2 changes: 2 additions & 0 deletions web/src/pages/Cases/CaseDetails/Timeline.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ const TimeLineContainer = styled(Box)`
height: 98px;
border-radius: 0px;
padding: ${responsiveSize(16, 48)} 8px 0px ${responsiveSize(12, 22)};
margin-top: ${responsiveSize(16, 48)};
margin-bottom: ${responsiveSize(12, 22)};
background-color: ${({ theme }) => theme.whiteBackground};
${landscapeStyle(
Expand Down

0 comments on commit 51af9ed

Please sign in to comment.