Выровнять шкалу шагов мастера
CI / Rust Checks (push) Successful in 6m17s
CI / UI Checks (push) Successful in 8s
CI / Deployment Manifests (push) Successful in 3s
CI / Frontend E2E (push) Successful in 3m21s
CI / Deploy (push) Successful in 2m42s

This commit is contained in:
2026-07-12 13:26:13 +03:00
parent 46892ee61c
commit 0241d186ea
2 changed files with 26 additions and 3 deletions
+3 -3
View File
@@ -1860,9 +1860,9 @@
}
.steps-list::before {
left: calc(10% + 16px);
right: calc(10% + 16px);
top: 31px;
left: calc((100% - 32px) / 10);
right: calc((100% - 32px) / 10);
top: 27px;
bottom: auto;
width: auto;
height: 1px;