textfields no wrap when screen changes size

This commit is contained in:
2024-07-30 10:56:42 +02:00
parent 115c466302
commit beba15afdb
2 changed files with 103 additions and 104 deletions

View File

@@ -91,14 +91,14 @@ class _PatientViewState extends State<PatientView> {
alignment: WrapAlignment.center,
children: [
SizedBox(
width: 650,
width: 660,
child: PatientNotes(
patientAppId: snapshot.data!.app_id,
signedInUser: widget.signedInUser,
),
),
SizedBox(
width: 650,
width: 660,
child: PatientFiles(
patientIndex: snapshot.data!.idpatients,
selectedPatient: snapshot.data!,