From 90310514653c3ddfe65f2e13cce5838071b25f5b Mon Sep 17 00:00:00 2001 From: Carlos Valente Date: Mon, 8 Jan 2024 22:55:57 +0100 Subject: [PATCH] Revert "style: align delay to clock" This reverts commit 3fb862628c77fea57d54dc42d31587aa1b778a14. --- .../operator/operator-event/OperatorEvent.module.scss | 4 +--- .../src/features/operator/operator-event/OperatorEvent.tsx | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) 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' })}