summaryrefslogtreecommitdiff
path: root/src/containers/WaybillForm.tsx
diff options
context:
space:
mode:
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="Товар"