From 14f721d20995d8c3b5667bd133ac55bd7cea6696 Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Thu, 7 Feb 2019 12:24:26 -0500 Subject: [PATCH] Fix spacing on Notification popup for legibility --- .../brewRenderer/notificationPopup/notificationPopup.less | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/client/homebrew/brewRenderer/notificationPopup/notificationPopup.less b/client/homebrew/brewRenderer/notificationPopup/notificationPopup.less index 7d14e8655..2cf1fbea4 100644 --- a/client/homebrew/brewRenderer/notificationPopup/notificationPopup.less +++ b/client/homebrew/brewRenderer/notificationPopup/notificationPopup.less @@ -52,10 +52,11 @@ list-style-type : disc; li{ font-size : 0.8em; - line-height : 1.6em; + line-height : 1.4em; + margin-top : 1.4em; em{ font-weight : 800; } } } -} \ No newline at end of file +}