mirror of
https://github.com/zoriya/bubbles.git
synced 2026-08-05 20:56:17 +00:00
fix(help): Fix help bubble not centering correctly
This commit is contained in:
committed by
Christian Rocha
parent
5b33bdbff6
commit
613d1cb46e
+1
-2
@@ -215,9 +215,8 @@ func (m Model) FullHelpView(groups [][]key.Binding) string {
|
||||
if m.Width > 0 && totalWidth > m.Width {
|
||||
break
|
||||
}
|
||||
out = append(out, sep)
|
||||
}
|
||||
|
||||
out = append(out, sep)
|
||||
}
|
||||
|
||||
return lipgloss.JoinHorizontal(lipgloss.Top, out...)
|
||||
|
||||
Reference in New Issue
Block a user