diff --git a/front/src/modules/ui/components/property-box/PropertyBox.tsx b/front/src/modules/ui/components/property-box/PropertyBox.tsx index 288e548c8..68784e524 100644 --- a/front/src/modules/ui/components/property-box/PropertyBox.tsx +++ b/front/src/modules/ui/components/property-box/PropertyBox.tsx @@ -7,7 +7,7 @@ const StyledPropertyBoxContainer = styled.div` border-radius: ${({ theme }) => theme.border.radius.sm}; display: flex; flex-direction: column; - gap: ${({ theme }) => theme.spacing(2)}; + gap: ${({ theme }) => theme.spacing(0.5)}; padding: ${({ theme }) => theme.spacing(2)} ${({ theme }) => theme.spacing(3)}; `;