rqe-step: drop tabular-nums (no digits in step names)

argus 🟡 on #504 — `font-variant-numeric: tabular-nums` has no
effect on `.rqe-step` since step strings are text-only
("nixos-container update" / "meta prepare_deploy" / etc.),
no digit columns to align. Harmless but cleaner without it.
This commit is contained in:
iris 2026-05-27 01:53:12 +02:00 committed by Mara
commit 1dfcc8953c

View file

@ -801,7 +801,6 @@ code {
margin: 0.1em 0 0 1.8em;
color: var(--cyan);
font-size: 0.85em;
font-variant-numeric: tabular-nums;
}
.rqe-error {
flex-basis: 100%;