diff --git a/front_end/src/app/(main)/questions/[id]/components/question_layout/question_section.tsx b/front_end/src/app/(main)/questions/[id]/components/question_layout/question_section.tsx index 161edd82c6..53c3648565 100644 --- a/front_end/src/app/(main)/questions/[id]/components/question_layout/question_section.tsx +++ b/front_end/src/app/(main)/questions/[id]/components/question_layout/question_section.tsx @@ -2,7 +2,7 @@ import { PropsWithChildren } from "react"; const QuestionSection: React.FC = ({ children }) => { return ( -
+
{children}
);