From cbc03c898cbe8c001e1ff9cd1be9cc73b046b050 Mon Sep 17 00:00:00 2001 From: Carlos Valente Date: Fri, 17 Oct 2025 14:11:31 +0200 Subject: [PATCH] fix: correct alignment to end message --- apps/client/src/views/timer/Timer.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/views/timer/Timer.scss b/apps/client/src/views/timer/Timer.scss index dba17a03a..5cb8590a5 100644 --- a/apps/client/src/views/timer/Timer.scss +++ b/apps/client/src/views/timer/Timer.scss @@ -95,7 +95,7 @@ font-weight: 600; color: var(--timer-overtime-color-override, $timer-finished-color); padding: 0; - height: 100%; + max-height: 100%; } .timer {