From fbb3ed5101b6c7f0421b521eba83517f6492adc8 Mon Sep 17 00:00:00 2001 From: Ihor Romaniuk Date: Sun, 7 Apr 2024 15:14:13 +0200 Subject: [PATCH] fix: RTL for the upgrade notification list (#1228) --- 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 {