Fix sign up steps progress layout in right-to-left locales (#26728)

th-downstream
Claire 1 year ago committed by GitHub
parent bba76e7267
commit 21ec596dab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1185,14 +1185,14 @@ code {
}
li:first-child .label {
left: auto;
inset-inline-start: 0;
inset-inline-end: auto;
text-align: start;
transform: none;
}
li:last-child .label {
left: auto;
inset-inline-start: auto;
inset-inline-end: 0;
text-align: end;
transform: none;

Loading…
Cancel
Save