From 18337a7ac7ccbc5868a9deca53476b15615c5d3c Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Tue, 8 Sep 2020 23:55:30 +0200 Subject: [PATCH] break start/end date fields together --- components/wizard/dateSelect.tsx | 50 +++++++++++++++++--------------- 1 file changed, 27 insertions(+), 23 deletions(-) diff --git a/components/wizard/dateSelect.tsx b/components/wizard/dateSelect.tsx index b8bcca1..922e312 100644 --- a/components/wizard/dateSelect.tsx +++ b/components/wizard/dateSelect.tsx @@ -11,29 +11,33 @@ export default function DateSelect() { return ( <> - - - - +
+ + +
+
+ + +
)