Verified Commit 34318c19 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3277557 by galactus86, mherchel, rootwork: Olivero: Progress indicator...

Issue #3277557 by galactus86, mherchel, rootwork: Olivero: Progress indicator percentage label does not have proper spacing

(cherry picked from commit 2d3c1013)
parent a629a306
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -21,3 +21,11 @@
  height: 1.125rem;
  background-color: #0d77b5;
}

[dir="ltr"] .progress__percentage {
  margin-left: 1rem;
}

[dir="rtl"] .progress__percentage {
  margin-right: 1rem;
}
+4 −0
Original line number Diff line number Diff line
@@ -16,3 +16,7 @@
  height: var(--sp);
  background-color: var(--color--blue-20);
}

.progress__percentage {
  margin-inline-start: 1rem;
}