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

merge-requests/1697/head
Alex Pott 2022-05-15 13:44:19 +01:00
parent 8bd8fa25c8
commit 946d5a3158
No known key found for this signature in database
GPG Key ID: BDA67E7EE836E5CE
2 changed files with 12 additions and 0 deletions

View File

@ -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;
}

View File

@ -16,3 +16,7 @@
height: var(--sp);
background-color: var(--color--primary-40);
}
.progress__percentage {
margin-inline-start: 1rem;
}