diff --git a/internal/view/details.go b/internal/view/details.go index 50a0fdfe..51ecfa5d 100644 --- a/internal/view/details.go +++ b/internal/view/details.go @@ -55,6 +55,7 @@ func (d *Details) Init(_ context.Context) error { d.SetHighlightColor(tcell.ColorOrange) d.SetTitleColor(tcell.ColorAqua) d.SetInputCapture(d.keyboard) + d.SetBorderPadding(0, 0, 1, 1) d.SetChangedFunc(func() { d.app.Draw() })