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

Commit

Permalink
fix( #1906): fixed button position
Browse files Browse the repository at this point in the history
  • Loading branch information
alti21 committed Mar 15, 2020
1 parent 3962512 commit 89f0bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/patients/new/NewPatient.tsx
Expand Up @@ -68,7 +68,7 @@ const NewPatient = () => {
errorMessage={errorMessage}
/>
<div className="row float-right">
<div className="btn-group btn-group-lg">
<div className="btn-group btn-group-lg mt-3">
<Button className="mr-2" color="success" onClick={onSave}>
{t('actions.save')}
</Button>
Expand Down

0 comments on commit 89f0bcd

Please sign in to comment.