From b547ada1a5e9e8c7f6eea2d510c499e64ee41785 Mon Sep 17 00:00:00 2001 From: Ihor Romaniuk Date: Mon, 11 Mar 2024 17:31:36 +0100 Subject: [PATCH] fix: RTL for the upgrade notification list (#1220) --- src/generic/upgrade-notification/UpgradeNotification.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/generic/upgrade-notification/UpgradeNotification.scss b/src/generic/upgrade-notification/UpgradeNotification.scss index afb93b42..ee706438 100644 --- a/src/generic/upgrade-notification/UpgradeNotification.scss +++ b/src/generic/upgrade-notification/UpgradeNotification.scss @@ -22,9 +22,8 @@ // An additional Font Awesome stylesheet is imported by Braze in // stage/production but not devstack. .upgrade-notification-ul.fa-ul { - padding-left: 1.25rem; - padding-top: 0.875rem; - padding-right: 1.25rem; + padding: 0.875rem 1.25rem 0; + margin: 0 0 1rem 2.5rem; } .upgrade-notification-text {