From 736a6113d1581f57b5dece2fc6e2f449f2696be1 Mon Sep 17 00:00:00 2001 From: Paul Tiedtke Date: Mon, 11 Nov 2024 02:35:23 +0100 Subject: [PATCH] fix: use div to allow all kind of elements ad form section description --- src/fragments/form/FormSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fragments/form/FormSection.tsx b/src/fragments/form/FormSection.tsx index 4171525..c6ed1ae 100644 --- a/src/fragments/form/FormSection.tsx +++ b/src/fragments/form/FormSection.tsx @@ -52,7 +52,7 @@ export const FormSection: React.FC = ({ children, title, descr

{title}

-

{description}

+
{description}
{children}