Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Commit a48974b

Browse files
authored
Merge pull request #1907 from alti21/master
fix(#1906): fixed button position
2 parents d18431f + d9d82cf commit a48974b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/patients/new/NewPatient.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const NewPatient = () => {
6868
errorMessage={errorMessage}
6969
/>
7070
<div className="row float-right">
71-
<div className="btn-group btn-group-lg">
71+
<div className="btn-group btn-group-lg mt-3">
7272
<Button className="mr-2" color="success" onClick={onSave}>
7373
{t('actions.save')}
7474
</Button>

0 commit comments

Comments
 (0)