Skip to content

Commit b547ada

Browse files
fix: RTL for the upgrade notification list (#1220)
1 parent b715959 commit b547ada

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/generic/upgrade-notification/UpgradeNotification.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@
2222
// An additional Font Awesome stylesheet is imported by Braze in
2323
// stage/production but not devstack.
2424
.upgrade-notification-ul.fa-ul {
25-
padding-left: 1.25rem;
26-
padding-top: 0.875rem;
27-
padding-right: 1.25rem;
25+
padding: 0.875rem 1.25rem 0;
26+
margin: 0 0 1rem 2.5rem;
2827
}
2928

3029
.upgrade-notification-text {

0 commit comments

Comments
 (0)