From 52d30a3ec1cc27c2ee2ec8827dce331180203461 Mon Sep 17 00:00:00 2001 From: Altemush Bhatti Date: Mon, 11 May 2020 10:56:16 -0700 Subject: [PATCH] fix(datetime): datetime pickers are bigger now (#2056) --- src/index.css | 4 ++++ src/patients/GeneralInformation.tsx | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/index.css b/src/index.css index a11f30cfa9..6cd0084c92 100644 --- a/src/index.css +++ b/src/index.css @@ -96,4 +96,8 @@ code { .button-toolbar > button { margin-left: .5rem; +} + +.react-datepicker-wrapper { + flex-grow: 1; } \ No newline at end of file diff --git a/src/patients/GeneralInformation.tsx b/src/patients/GeneralInformation.tsx index ca9a7f1f2c..e945ea996d 100644 --- a/src/patients/GeneralInformation.tsx +++ b/src/patients/GeneralInformation.tsx @@ -140,7 +140,7 @@ const GeneralInformation = (props: Props) => {
-
+
{patient.isApproximateDateOfBirth ? ( { /> )}
-
+