diff --git a/Frontend/patient_manager/lib/components/MIH_Layout/MIH_LayoutBuilder.dart b/Frontend/patient_manager/lib/components/MIH_Layout/MIH_LayoutBuilder.dart index 4f11f798..6e1762a3 100644 --- a/Frontend/patient_manager/lib/components/MIH_Layout/MIH_LayoutBuilder.dart +++ b/Frontend/patient_manager/lib/components/MIH_Layout/MIH_LayoutBuilder.dart @@ -40,7 +40,7 @@ class _MIHLayoutBuilderState extends State { children: [ widget.actionButton, Column( - children: [widget.header, widget.body], + children: [widget.header, Expanded(child: widget.body)], ), ], ),