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

fix(#1906): fixed button position #1907

Merged
merged 2 commits into from
Mar 15, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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