diff --git a/Frontend/patient_manager/lib/mih_components/mih_layout/mih_layout_builder.dart b/Frontend/patient_manager/lib/mih_components/mih_layout/mih_layout_builder.dart index 8b6fd350..92f0261f 100644 --- a/Frontend/patient_manager/lib/mih_components/mih_layout/mih_layout_builder.dart +++ b/Frontend/patient_manager/lib/mih_components/mih_layout/mih_layout_builder.dart @@ -81,7 +81,9 @@ class _MIHLayoutBuilderState extends State { child: Column( mainAxisAlignment: MainAxisAlignment.start, children: [ + const SizedBox(height: 5), getLayoutHeader(), + const SizedBox(height: 5), Expanded(child: widget.body), ], ), @@ -112,7 +114,9 @@ class _MIHLayoutBuilderState extends State { child: Column( mainAxisAlignment: MainAxisAlignment.start, children: [ + const SizedBox(height: 5), getLayoutHeader(), + const SizedBox(height: 5), Expanded(child: widget.body), ], ),