From 7f5d82988075a8fe9a031e3ea944002a6b6545b6 Mon Sep 17 00:00:00 2001 From: Thomas Date: Mon, 18 Nov 2019 14:45:10 -0800 Subject: [PATCH] Set default height and alignment of notification icon --- ui/app/components/app/home-notification/index.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ui/app/components/app/home-notification/index.scss b/ui/app/components/app/home-notification/index.scss index a6f6ecd58..0e081be91 100644 --- a/ui/app/components/app/home-notification/index.scss +++ b/ui/app/components/app/home-notification/index.scss @@ -29,6 +29,11 @@ justify-content: space-between; } + &__icon { + height: 16px; + align-self: center; + } + &__text { font-family: Roboto, 'sans-serif'; font-style: normal;