diff --git a/web-app/src/components/patients/PatientFormModal.jsx b/web-app/src/components/patients/PatientFormModal.jsx index 130ca83..dd6df9a 100644 --- a/web-app/src/components/patients/PatientFormModal.jsx +++ b/web-app/src/components/patients/PatientFormModal.jsx @@ -55,7 +55,7 @@ const PatientFormModal = ({visible, onCancel, onSubmit, patient}) => { cancelText={"Отмена"} maskClosable={false} forceRender={true} - style={{top: 20}} + style={{marginTop: 20, marginBottom: 50}} centered >