fix(web): center stepper labels

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Bas van Rossem
2026-02-19 17:24:33 +01:00
parent 86134a34bb
commit c2432d6fab

View File

@@ -377,6 +377,7 @@ button:disabled {
.stepper-label {
font-size: 0.8rem;
color: var(--color-text-muted);
text-align: center;
}
.stepper-controls {