From a75d35bdc01e195c49cfa5f7526bf036bfe1314c Mon Sep 17 00:00:00 2001 From: Carlos Valente Date: Mon, 13 Jul 2026 18:44:09 +0200 Subject: [PATCH] refactor(op): improve delay indicator styles --- .../features/operator/operator-event/OperatorEvent.module.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/client/src/features/operator/operator-event/OperatorEvent.module.scss b/apps/client/src/features/operator/operator-event/OperatorEvent.module.scss index 3526dfd1a..d83074bcb 100644 --- a/apps/client/src/features/operator/operator-event/OperatorEvent.module.scss +++ b/apps/client/src/features/operator/operator-event/OperatorEvent.module.scss @@ -74,6 +74,9 @@ .plannedStart, .timeUntil, .runningTime { + display: flex; + align-items: center; + gap: 0.25rem; border-radius: $component-border-radius-md; padding: 0.25rem 0.5rem; line-height: 1;