From 5992702799eaf7a71cde83112c1ce478c893377b Mon Sep 17 00:00:00 2001 From: eug-vs Date: Thu, 18 Mar 2021 13:26:46 +0300 Subject: feat: adapt Forms for mobile --- src/containers/ContractorForm.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/containers/ContractorForm.tsx') diff --git a/src/containers/ContractorForm.tsx b/src/containers/ContractorForm.tsx index c78ed9b..56d38be 100644 --- a/src/containers/ContractorForm.tsx +++ b/src/containers/ContractorForm.tsx @@ -5,10 +5,8 @@ import Input from '../components/Input'; const ContractorForm: React.FC = () => { return (
-
- - -
+ +
); }; -- cgit v1.2.3