summaryrefslogtreecommitdiff
path: root/src/containers/WaybillForm.tsx
diff options
context:
space:
mode:
authoreug-vs <eug-vs@keemail.me>2021-03-18 12:16:57 +0300
committereug-vs <eug-vs@keemail.me>2021-03-18 12:49:34 +0300
commitd2988b99143aabec88467212cfca5891bf6f6bd3 (patch)
tree7582b24dadd7092c4f52afb8f1d93910e715560e /src/containers/WaybillForm.tsx
parent080d245283c2c91d890fa2c4d8c5ec4b1514fa7c (diff)
downloadcommercel-ui-d2988b99143aabec88467212cfca5891bf6f6bd3.tar.gz
feat: remove default margin from Paper
Diffstat (limited to 'src/containers/WaybillForm.tsx')
-rw-r--r--src/containers/WaybillForm.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/containers/WaybillForm.tsx b/src/containers/WaybillForm.tsx
index 6976652..4b2e3fa 100644
--- a/src/containers/WaybillForm.tsx
+++ b/src/containers/WaybillForm.tsx
@@ -34,7 +34,7 @@ const WaybillForm: React.FC<FormikProps> = ({ setFieldValue, values }) => {
]}
/>
{_.times(recordsNumber).map(index => (
- <Paper variant="outlined">
+ <Paper variant="outlined" className="m-4">
<Select
name={`records.${index}.productId`}
label="Товар"