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.
1 parent 83161ee commit 755ca86Copy full SHA for 755ca86
src/MenuItem/SelectableTrait.php
@@ -30,7 +30,7 @@ trait SelectableTrait
30
*/
31
public function getRows(MenuStyle $style, bool $selected = false) : array
32
{
33
- $marker = sprintf("%s ", $style->getMarker($selected));
+ $marker = sprintf("%s", $style->getMarker($selected));
34
35
$length = $style->getDisplaysExtra()
36
? $style->getContentWidth() - (mb_strlen($style->getItemExtra()) + 2)
0 commit comments