From 4405640d48d4491e51532bb3709f815d810b9153 Mon Sep 17 00:00:00 2001 From: ihor-romaniuk Date: Wed, 25 Oct 2023 11:57:07 +0300 Subject: [PATCH] fix: RTL for the upgrade notification list --- 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 85d3509b57..2f2dcdbd84 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 {