From 18987cc33997c7b010aea2d4f1546ddcabe1a46b Mon Sep 17 00:00:00 2001 From: MAZE Date: Sun, 16 Jun 2024 19:41:09 +0430 Subject: [PATCH] style: add min width --- .../toolbox/countdown-timer/timers/timer/timer.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/toolbox/countdown-timer/timers/timer/timer.module.css b/src/components/toolbox/countdown-timer/timers/timer/timer.module.css index dbcad09..886f789 100644 --- a/src/components/toolbox/countdown-timer/timers/timer/timer.module.css +++ b/src/components/toolbox/countdown-timer/timers/timer/timer.module.css @@ -93,6 +93,7 @@ align-items: center; justify-content: center; width: 38px; + min-width: 38px; height: 38px; color: #f43f5e; cursor: pointer;