Skip to content

Commit

Permalink
fix: RTL for the upgrade notification list (openedx#1228)
Browse files Browse the repository at this point in the history
  • Loading branch information
ihor-romaniuk authored Apr 7, 2024
1 parent 887335f commit fbb3ed5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/generic/upgrade-notification/UpgradeNotification.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit fbb3ed5

Please sign in to comment.