From 93b2a1aece29d2c39091fb43650c785bf680563b Mon Sep 17 00:00:00 2001 From: Carlos Valente Date: Fri, 18 Jul 2025 06:49:11 +0200 Subject: [PATCH] refactor: index test alignment --- apps/client/src/features/rundown/Rundown.module.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/client/src/features/rundown/Rundown.module.scss b/apps/client/src/features/rundown/Rundown.module.scss index 31a06446d..b6499a527 100644 --- a/apps/client/src/features/rundown/Rundown.module.scss +++ b/apps/client/src/features/rundown/Rundown.module.scss @@ -56,6 +56,7 @@ .index { grid-row: 2; + align-content: center; } .entry {