From 91526a9def1401e6d5549d2f6edd2c3d4d63adb5 Mon Sep 17 00:00:00 2001 From: lubber-de Date: Sun, 7 Jul 2024 00:03:16 +0200 Subject: [PATCH] fix(progress): wider bar min width --- src/themes/default/modules/progress.variables | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/themes/default/modules/progress.variables b/src/themes/default/modules/progress.variables index b65cd16c7a..2a5237eb8e 100644 --- a/src/themes/default/modules/progress.variables +++ b/src/themes/default/modules/progress.variables @@ -28,7 +28,7 @@ width @barTransitionDuration @barTransitionEasing, background-color @barTransitionDuration @barTransitionEasing; @barInitialWidth: 0; -@barMinWidth: 2em; +@barMinWidth: 2.5em; /* Progress Bar Label */ @progressWidth: auto;