We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec34622 + a0ae45b commit 64d9f6dCopy full SHA for 64d9f6d
src/Factory/MenuFactory.php
@@ -76,6 +76,7 @@ function (CliMenu $menu) use ($exerciseRenderer, $eventDispatcher, $exercise) {
76
->setExitButtonText('EXIT')
77
->setBackgroundColour($c->get('bgColour'))
78
->setForegroundColour($c->get('fgColour'))
79
+ ->setMarginAuto()
80
->setWidth(70)
81
->modifySelectableStyle(function (SelectableStyle $style) {
82
$style
0 commit comments