diff --git a/src/Themes/Default/MultiSearchPromptRenderer.php b/src/Themes/Default/MultiSearchPromptRenderer.php index 3c6572d8..3eca3339 100644 --- a/src/Themes/Default/MultiSearchPromptRenderer.php +++ b/src/Themes/Default/MultiSearchPromptRenderer.php @@ -111,7 +111,7 @@ protected function renderOptions(MultiSearchPrompt $prompt): string return $this->scrollbar( collect($prompt->visible()) - ->map(fn ($label) => $this->truncate($label, $prompt->terminal()->cols() - 10)) + ->map(fn ($label) => $this->truncate($label, $prompt->terminal()->cols() - 12)) ->map(function ($label, $key) use ($prompt) { $index = array_search($key, array_keys($prompt->matches())); $active = $index === $prompt->highlighted;