Merge branch 'prescription_changes' into 'development'

hot fix

See merge request Cloud_Solution/doctor_app_flutter!650
merge-requests/651/merge
Mohammad Aljammal 5 years ago
commit 0e2cb9eb9d

@ -435,7 +435,11 @@ class _PrescriptionFormWidgetState extends State<PrescriptionFormWidget> {
SizedBox(
height: spaceBetweenTextFileds),
Container(
height: screenSize.height * 0.062,
//height: screenSize.height * 0.062,
height: MediaQuery.of(context)
.size
.height *
0.06,
width: double.infinity,
child: Row(
children: [

Loading…
Cancel
Save