From 1bff66232d767c4c83f324634426a181bc6b2a67 Mon Sep 17 00:00:00 2001 From: Minhyeok Park Date: Wed, 30 Oct 2024 21:47:37 +0900 Subject: [PATCH] fix: output textbox boundary --- src/Components/TextArea.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Components/TextArea.tsx b/src/Components/TextArea.tsx index ba86e31..f6724f6 100644 --- a/src/Components/TextArea.tsx +++ b/src/Components/TextArea.tsx @@ -8,6 +8,7 @@ export const TextArea = styled.textarea` width: 100%; height: 100%; padding: 10px; + box-sizing: border-box; &:focus { outline: none;