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:
parent
50986b5a05
commit
1dfcc8953c
1 changed files with 0 additions and 1 deletions
|
|
@ -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%;
|
||||
|
|
|
|||
Loading…
Reference in a new issue