diff --git a/app/ghcup/BrickMain.hs b/app/ghcup/BrickMain.hs index bfc8619..2bc3992 100644 --- a/app/ghcup/BrickMain.hs +++ b/app/ghcup/BrickMain.hs @@ -164,6 +164,7 @@ ui AppState { appData = AppData {..}, appSettings = as@(AppSettings {..}), ..} then emptyWidget else foldr1 (\x y -> x <+> str "," <+> y) $ notes ) + <+> (vLimit 1 $ fill ' ') ) printTag Recommended = Just $ withAttr "recommended" $ str "recommended"