diff --git a/site/source/design-system/field/Radio/RadioCard.tsx b/site/source/design-system/field/Radio/RadioCard.tsx index af4863850..6d4002742 100644 --- a/site/source/design-system/field/Radio/RadioCard.tsx +++ b/site/source/design-system/field/Radio/RadioCard.tsx @@ -7,7 +7,8 @@ import { LabelBody, RadioPoint, RadioSkeleton, VisibleRadio } from './Radio' const Label = styled.span`` const Description = styled.p` - margin: ${({ theme }) => theme.spacings.sm} 0; + margin: 0; + margin-top: ${({ theme }) => theme.spacings.sm}; ` const StyledRadioPoint = styled(RadioPoint)` @@ -25,6 +26,7 @@ const StyledRadioSkeleton = styled(RadioSkeleton)` flex: 1 100%; border-width: 0px; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25); + padding: ${({ theme }) => theme.spacings.sm}; } ` diff --git a/site/source/pages/Simulateurs/ExonerationCovid/FormulaireS1S1Bis.tsx b/site/source/pages/Simulateurs/ExonerationCovid/FormulaireS1S1Bis.tsx index 427bad1c7..fe2f426fe 100644 --- a/site/source/pages/Simulateurs/ExonerationCovid/FormulaireS1S1Bis.tsx +++ b/site/source/pages/Simulateurs/ExonerationCovid/FormulaireS1S1Bis.tsx @@ -90,8 +90,8 @@ export const FormulaireS1S1Bis = ({ onChange }: Props) => {