Skip to content

Commit 07c8b68

Browse files
committed
Increase multisearch scroll size
1 parent df3eb97 commit 07c8b68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/InstallCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ protected function collectChoices(string $label, string $emptyValidation): void
3838
options: fn (string $value) => strlen($value) > 0
3939
? $options->filter(fn (string $item) => Str::contains($item, $value, true))->toArray()
4040
: $options->toArray(),
41-
scroll: 15,
41+
scroll: 20,
4242
validate: fn ($values) => match (true) {
4343
empty($values) => $emptyValidation,
4444
default => null,

0 commit comments

Comments
 (0)