From fb336c2119fad79b57744f2ad812e97120288cb0 Mon Sep 17 00:00:00 2001 From: Ian Jones <51156018+ianjon3s@users.noreply.github.com> Date: Wed, 26 Jun 2024 12:02:57 +0100 Subject: [PATCH] fix: List component radio remove extra margin (#3322) --- editor.planx.uk/src/@planx/components/List/Public/Fields.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor.planx.uk/src/@planx/components/List/Public/Fields.tsx b/editor.planx.uk/src/@planx/components/List/Public/Fields.tsx index 17b3de56f3..41d579db57 100644 --- a/editor.planx.uk/src/@planx/components/List/Public/Fields.tsx +++ b/editor.planx.uk/src/@planx/components/List/Public/Fields.tsx @@ -133,7 +133,7 @@ export const RadioFieldInput: React.FC> = (props) => { {data.options.map(({ id, data }) => (