From 4556778a470a646bf3756efe39b092ded71b7ddf Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Thu, 17 Nov 2022 14:06:26 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Tweaking=20layout=20of=20the=20C?= =?UTF-8?q?V=20manual=20search=20form?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/client/components/ComicVineSearchForm.tsx | 34 ++++++++++--------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/src/client/components/ComicVineSearchForm.tsx b/src/client/components/ComicVineSearchForm.tsx index 25471d9..0b95ce3 100644 --- a/src/client/components/ComicVineSearchForm.tsx +++ b/src/client/components/ComicVineSearchForm.tsx @@ -42,20 +42,22 @@ export const ComicVineSearchForm = (data) => {
- - {(props) => ( -

- - - - -

- )} -
+
+ + {(props) => ( +

+ + + + +

+ )} +
+
@@ -103,10 +105,10 @@ export const ComicVineSearchForm = (data) => {