diff --git a/src/Factory/MenuFactory.php b/src/Factory/MenuFactory.php index 3249018d..31f622cc 100644 --- a/src/Factory/MenuFactory.php +++ b/src/Factory/MenuFactory.php @@ -76,6 +76,7 @@ function (CliMenu $menu) use ($exerciseRenderer, $eventDispatcher, $exercise) { ->setExitButtonText('EXIT') ->setBackgroundColour($c->get('bgColour')) ->setForegroundColour($c->get('fgColour')) + ->setMarginAuto() ->setWidth(70) ->modifySelectableStyle(function (SelectableStyle $style) { $style