diff --git a/frontend/src/templates/Field/Paragraph/ParagraphField.tsx b/frontend/src/templates/Field/Paragraph/ParagraphField.tsx index 6ad48faba5..6cf5ecb321 100644 --- a/frontend/src/templates/Field/Paragraph/ParagraphField.tsx +++ b/frontend/src/templates/Field/Paragraph/ParagraphField.tsx @@ -25,8 +25,10 @@ export const ParagraphField = ({ }) return ( - - {schema.description} - +
+ + {schema.description} + +
) }