Merge pull request #206 from yaso-meth/BUG--Patient-Profile-Scaling

align spacing
This commit is contained in:
yaso-meth 2025-06-13 09:25:26 +02:00 committed by GitHub
commit b439e823ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -47,7 +47,7 @@ class _PatientInfoState extends State<PatientInfo> {
Widget getPatientDetailsField() { Widget getPatientDetailsField() {
return Center( return Center(
child: Wrap( child: Wrap(
spacing: 15, spacing: 10,
runSpacing: 10, runSpacing: 10,
children: [ children: [
SizedBox( SizedBox(