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

Commit

Permalink
Merge pull request #1907 from alti21/master
Browse files Browse the repository at this point in the history
fix(#1906): fixed button position
  • Loading branch information
jackcmeyer committed Mar 15, 2020
2 parents d18431f + d9d82cf commit a48974b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/patients/new/NewPatient.tsx
Original file line number Diff line number Diff line change
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

1 comment on commit a48974b

@vercel
Copy link

@vercel vercel bot commented on a48974b Mar 15, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.