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

Commit

Permalink
fix(datetime): datetime pickers are bigger now (#2056)
Browse files Browse the repository at this point in the history
  • Loading branch information
alti21 authored May 11, 2020
1 parent 601eecd commit 52d30a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,8 @@ code {

.button-toolbar > button {
margin-left: .5rem;
}

.react-datepicker-wrapper {
flex-grow: 1;
}
4 changes: 2 additions & 2 deletions src/patients/GeneralInformation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ const GeneralInformation = (props: Props) => {
</div>
</div>
<div className="row">
<div className="col-md-4">
<div className="col">
{patient.isApproximateDateOfBirth ? (
<TextInputWithLabelFormGroup
label={t('patient.approximateAge')}
Expand Down Expand Up @@ -169,7 +169,7 @@ const GeneralInformation = (props: Props) => {
/>
)}
</div>
<div className="col-md-2">
<div className="col">
<div className="form-group">
<Checkbox
label={t('patient.unknownDateOfBirth')}
Expand Down

1 comment on commit 52d30a3

@vercel
Copy link

@vercel vercel bot commented on 52d30a3 May 11, 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.