Skip to content

Commit

Permalink
fixup! merge v2-exp
Browse files Browse the repository at this point in the history
  • Loading branch information
bashbunni committed Jan 9, 2025
1 parent 68861ca commit 7420be0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/layout/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,9 @@ func main() {
list = lipgloss.NewStyle().
Border(lipgloss.NormalBorder(), false, true, false, false).
BorderForeground(subtle).
MarginRight(2).
MarginRight(1).
Height(8).
Width(columnWidth + 1)
Width(width / 3)

listHeader = lipgloss.NewStyle().
BorderStyle(lipgloss.NormalBorder()).
Expand Down

0 comments on commit 7420be0

Please sign in to comment.