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 e0f498c commit 4e8308cCopy full SHA for 4e8308c
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