Verified Commit 306b68e1 authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #3446807 by quietone, divya.sejekan, smustgrave: Put 'Not supported'...

Issue #3446807 by quietone, divya.sejekan, smustgrave: Put 'Not supported' update status on the correct side of the page

(cherry picked from commit 39b17296)
parent 2e52b17a
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,10 +15,10 @@
  float: left;
}
.project-update__status--not-supported {
  float: left; /* LTR */
  float: right; /* LTR */
}
[dir="rtl"] .project-update__status--not-supported {
  float: right;
  float: left;
}
.project-update__status--security-error {
  color: #970f00;
+2 −2
Original line number Diff line number Diff line
@@ -15,10 +15,10 @@
  float: left;
}
.project-update__status--not-supported {
  float: left; /* LTR */
  float: right; /* LTR */
}
[dir="rtl"] .project-update__status--not-supported {
  float: right;
  float: left;
}
.project-update__status--security-error {
  color: #970f00;