Verified Commit 946d5a31 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
parent 8bd8fa25
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -34,3 +34,11 @@
  height: var(--sp);
  background-color: var(--color--primary-40);
}

[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--primary-40);
}

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