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/ProductForm.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/containers/ProductForm.tsx') diff --git a/src/containers/ProductForm.tsx b/src/containers/ProductForm.tsx index d99d3c6..060fbbb 100644 --- a/src/containers/ProductForm.tsx +++ b/src/containers/ProductForm.tsx @@ -6,10 +6,8 @@ import Input from '../components/Input'; const ProductForm: React.FC = () => { return (
-
- - -
+ +
); }; -- cgit v1.2.3