textfields no wrap when screen changes size
This commit is contained in:
parent
115c466302
commit
beba15afdb
2 changed files with 103 additions and 104 deletions
|
|
@ -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!,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue