Skip to content

Commit c524f60

Browse files
authored
fix: help height (#411)
1 parent 45d9e61 commit c524f60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/common/styles.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
var (
1111
SearchHeight = 3
1212
FooterHeight = 1
13-
ExpandedHelpHeight = 12
13+
ExpandedHelpHeight = 13
1414
InputBoxHeight = 8
1515
SingleRuneWidth = 4
1616
MainContentPadding = 1

0 commit comments

Comments
 (0)