Skip to content

Commit 119b70b

Browse files
committed
fix: auto Height
1 parent 41b8f0f commit 119b70b

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

main.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,11 +186,9 @@ func main() {
186186
huh.NewSelect[string]().
187187
Options(huh.NewOptions(allComposeFiles...)...).
188188
Value(&dockerComposeYml).
189-
Title("Docker Compose yml").
190-
Height(5),
189+
Title("Docker Compose yml"),
191190
huh.NewSelect[string]().
192191
Value(&dockerService).
193-
Height(8).
194192
TitleFunc(func() string {
195193
return "Services in " + dockerComposeYml
196194
}, &dockerComposeYml).

0 commit comments

Comments
 (0)