merge-requests/650/head
hussam al-habibeh 5 years ago
parent c17d3d63e0
commit ca11da36b3

@ -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