From 9eacdffa031124ddaea156e5c03832c718e32f1f Mon Sep 17 00:00:00 2001 From: Alice Dahan Date: Tue, 4 Mar 2025 13:05:56 +0100 Subject: [PATCH] refactor: aligne les labels d'input Radio --- site/source/design-system/field/Radio/Radio.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site/source/design-system/field/Radio/Radio.tsx b/site/source/design-system/field/Radio/Radio.tsx index 152ae2ec5..2a334c6fe 100644 --- a/site/source/design-system/field/Radio/Radio.tsx +++ b/site/source/design-system/field/Radio/Radio.tsx @@ -155,6 +155,8 @@ export const SpanBody = styled(Body).attrs({ as: 'span' })` margin: ${({ theme }) => theme.spacings.xs} 0px; margin-left: ${({ theme }) => theme.spacings.xxs}; background-color: transparent; + display: inline-flex; + align-items: center; ` export const InputRadio = styled.input`