From deca96f62e9bc9f91a383e0a6d26031aae82cc60 Mon Sep 17 00:00:00 2001 From: hussam al-habibeh Date: Thu, 28 Jan 2021 21:21:51 +0200 Subject: [PATCH] bug fix --- lib/screens/prescription/prescription_screen.dart | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/lib/screens/prescription/prescription_screen.dart b/lib/screens/prescription/prescription_screen.dart index 3dfd5bdc..8f53ef69 100644 --- a/lib/screens/prescription/prescription_screen.dart +++ b/lib/screens/prescription/prescription_screen.dart @@ -817,7 +817,7 @@ class _NewPrescriptionScreenState extends State { children: [ Container( height: MediaQuery.of(context).size.height * - 0.070, + 0.060, width: double.infinity, child: Row( children: [ @@ -825,7 +825,7 @@ class _NewPrescriptionScreenState extends State { width: MediaQuery.of(context) .size .width * - 0.550, + 0.500, child: TextFields( inputFormatters: [ LengthLimitingTextInputFormatter( @@ -863,7 +863,7 @@ class _NewPrescriptionScreenState extends State { width: MediaQuery.of(context) .size .width * - 0.3200, + 0.3700, child: InkWell( onTap: unitsList != null ? () { @@ -908,6 +908,9 @@ class _NewPrescriptionScreenState extends State { ], ), ), + SizedBox( + height: 12, + ), Container( height: MediaQuery.of(context).size.height * 0.070,