From dd195ed850d265423e051d38d597c90c409f7f3f Mon Sep 17 00:00:00 2001 From: Ayman Bagabas Date: Wed, 25 May 2022 16:12:07 -0400 Subject: [PATCH] fix(ui): selection box position when no repos --- ui/pages/selection/selection.go | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/pages/selection/selection.go b/ui/pages/selection/selection.go index 0afd330524ef25afee85aa1e649dd0c2b4b869f7..0fa351383103904a0c5c991166e67df1fec96c90 100644 --- a/ui/pages/selection/selection.go +++ b/ui/pages/selection/selection.go @@ -297,6 +297,7 @@ func (s *Selection) View() string { switch s.activeBox { case selectorBox: ss := s.common.Styles.SelectorBox.Copy(). + Width(s.common.Width - wm). Height(s.common.Height - hm) view = ss.Render(s.selector.View()) case readmeBox: