From 6da103addf10ada6973e53ae0c29b35b3d361b0f Mon Sep 17 00:00:00 2001 From: Alwin Date: Wed, 17 Nov 2021 20:51:43 +0100 Subject: [PATCH] Slight change in padding on tooltip and label --- src/components/panes/DonorPane/CustomCheckBox.style.tsx | 2 +- src/components/shared/ToolTip/ToolTipIcon.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/panes/DonorPane/CustomCheckBox.style.tsx b/src/components/panes/DonorPane/CustomCheckBox.style.tsx index 8654a19..d5ce845 100644 --- a/src/components/panes/DonorPane/CustomCheckBox.style.tsx +++ b/src/components/panes/DonorPane/CustomCheckBox.style.tsx @@ -69,7 +69,7 @@ export const CheckBoxLabel = styled.p` font-size: 14px; margin: 0; padding-left: 35px; - padding-right: 5px; + padding-right: 0px; `; export const ComputerLabel = styled.span` diff --git a/src/components/shared/ToolTip/ToolTipIcon.tsx b/src/components/shared/ToolTip/ToolTipIcon.tsx index 8bde858..5fa3442 100644 --- a/src/components/shared/ToolTip/ToolTipIcon.tsx +++ b/src/components/shared/ToolTip/ToolTipIcon.tsx @@ -10,7 +10,7 @@ const TooltipIconButton = styled.button.attrs({ pointer-events: all; background: transparent; border: none; - padding: 5px 10px; + padding: 5px 7.5px; &:hover { cursor: pointer;