From c2432d6fab7824e10b212fefcc9b920b029bd49c Mon Sep 17 00:00:00 2001 From: Bas van Rossem Date: Thu, 19 Feb 2026 17:24:33 +0100 Subject: [PATCH] fix(web): center stepper labels Co-Authored-By: Claude Opus 4.6 --- web/src/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/index.css b/web/src/index.css index 6f66763..ae7c55b 100644 --- a/web/src/index.css +++ b/web/src/index.css @@ -377,6 +377,7 @@ button:disabled { .stepper-label { font-size: 0.8rem; color: var(--color-text-muted); + text-align: center; } .stepper-controls {