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 ce696aee8..5b89c522d 100644
--- a/apps/client/src/features/operator/operator-event/OperatorEvent.module.scss
+++ b/apps/client/src/features/operator/operator-event/OperatorEvent.module.scss
@@ -81,10 +81,12 @@
justify-self: end;
}
-.running {
+.runningTime {
@include clock-size;
grid-area: running;
justify-self: end;
+ display: flex;
+ gap: 0.5em;
}
.fields {
diff --git a/apps/client/src/features/operator/operator-event/OperatorEvent.tsx b/apps/client/src/features/operator/operator-event/OperatorEvent.tsx
index 2b182f918..a41c2446c 100644
--- a/apps/client/src/features/operator/operator-event/OperatorEvent.tsx
+++ b/apps/client/src/features/operator/operator-event/OperatorEvent.tsx
@@ -86,7 +86,7 @@ function OperatorEvent(props: OperatorEventProps) {
{secondary}
-
+
{isSelected ? : formatTime(duration, { showSeconds: true, format: 'hh:mm:ss' })}