diff --git a/src/Checkbox/Checkbox.tsx b/src/Checkbox/Checkbox.tsx index eb030a6b9..510e01ebb 100644 --- a/src/Checkbox/Checkbox.tsx +++ b/src/Checkbox/Checkbox.tsx @@ -94,7 +94,12 @@ const VisualCheckbox = styled.div( borderRadius: theme.radii.small, border: "solid 1px", position: "relative", - marginTop: theme.space.x0_5, + + "&:has(+ p)": { + marginTop: theme.space.x0_5, + marginBottom: theme.space.x0_5, + }, + // checkmark "&:before": { content: "''",