From 0e0eea3ad9c888a5d55de4611b08868bccb5e55e Mon Sep 17 00:00:00 2001 From: cristhianzl Date: Wed, 11 Oct 2023 08:32:16 -0300 Subject: [PATCH] chore(codeAreaModal): improve code readability by formatting JSX code and adding class names for positioning The code in the codeAreaModal component has been formatted to improve readability. Additionally, class names have been added to the Input component to position it correctly on the page. --- src/frontend/src/modals/codeAreaModal/index.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/frontend/src/modals/codeAreaModal/index.tsx b/src/frontend/src/modals/codeAreaModal/index.tsx index 0b3fc6179..bac9b1800 100644 --- a/src/frontend/src/modals/codeAreaModal/index.tsx +++ b/src/frontend/src/modals/codeAreaModal/index.tsx @@ -144,7 +144,11 @@ export default function CodeAreaModal({ /> - +