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;