From 07fbc76da47bf628ecc8d7fb6ce3bf342cbf8a09 Mon Sep 17 00:00:00 2001 From: ryanml Date: Mon, 3 May 2021 14:06:47 -0700 Subject: [PATCH] Fixing alignment issue with bottom notification --- ui/components/app/whats-new-popup/index.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/ui/components/app/whats-new-popup/index.scss b/ui/components/app/whats-new-popup/index.scss index 38f471400a3a..8f2aca460d55 100644 --- a/ui/components/app/whats-new-popup/index.scss +++ b/ui/components/app/whats-new-popup/index.scss @@ -2,14 +2,12 @@ &__notifications { display: flex; flex-direction: column; - align-items: center; } &__notification, &__first-notification { display: flex; flex-direction: column; - align-items: left; margin: 0 24px 24px 24px; border-bottom: 1px solid $Grey-100; }