Skip to content
Snippets Groups Projects
Unverified Commit 21ec596d authored by Claire's avatar Claire Committed by GitHub
Browse files

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

parent bba76e72
No related branches found
No related tags found
No related merge requests found
...@@ -1185,14 +1185,14 @@ code { ...@@ -1185,14 +1185,14 @@ code {
} }
li:first-child .label { li:first-child .label {
left: auto;
inset-inline-start: 0; inset-inline-start: 0;
inset-inline-end: auto;
text-align: start; text-align: start;
transform: none; transform: none;
} }
li:last-child .label { li:last-child .label {
left: auto; inset-inline-start: auto;
inset-inline-end: 0; inset-inline-end: 0;
text-align: end; text-align: end;
transform: none; transform: none;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment