From 51af9ed6c938d36e640cfe68d9427fd6f29f82de Mon Sep 17 00:00:00 2001 From: Harman-singh-waraich Date: Mon, 25 Dec 2023 15:46:26 +0530 Subject: [PATCH] fix(web): fix-minor-spacing-issue --- web/src/components/Popup/index.tsx | 4 ++-- web/src/pages/Cases/CaseDetails/Timeline.tsx | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/web/src/components/Popup/index.tsx b/web/src/components/Popup/index.tsx index 1e3d58396..e1b285230 100644 --- a/web/src/components/Popup/index.tsx +++ b/web/src/components/Popup/index.tsx @@ -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; diff --git a/web/src/pages/Cases/CaseDetails/Timeline.tsx b/web/src/pages/Cases/CaseDetails/Timeline.tsx index a2e04429e..58e703ae0 100644 --- a/web/src/pages/Cases/CaseDetails/Timeline.tsx +++ b/web/src/pages/Cases/CaseDetails/Timeline.tsx @@ -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(