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;