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 5b89c522d..ce696aee8 100644
--- a/apps/client/src/features/operator/operator-event/OperatorEvent.module.scss
+++ b/apps/client/src/features/operator/operator-event/OperatorEvent.module.scss
@@ -81,12 +81,10 @@
justify-self: end;
}
-.runningTime {
+.running {
@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 a41c2446c..2b182f918 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' })}