From 9c2e47ca23a4906794fa535f2b0a237235f9beca Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Mon, 11 Jan 2021 03:14:50 +0000 Subject: Lock textarea resizing to vertical --- src/components/InputTypes/TextArea.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/components/InputTypes/TextArea.tsx b/src/components/InputTypes/TextArea.tsx index 2b7a5f6..21300fb 100644 --- a/src/components/InputTypes/TextArea.tsx +++ b/src/components/InputTypes/TextArea.tsx @@ -12,6 +12,7 @@ const styles = css` min-width: 40%; width: 100%; box-sizing: border-box; + resize: vertical; padding: 1rem; `; -- cgit v1.2.3