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;