From b2a04484cbc874fc1a4a36bc65e9f4433b980e1d Mon Sep 17 00:00:00 2001 From: Suraj Shetty Date: Wed, 19 Aug 2020 11:49:51 +0530 Subject: [PATCH] fix: Update timeline badge threshold value --- frappe/public/scss/timeline.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/public/scss/timeline.scss b/frappe/public/scss/timeline.scss index 6e20939a2f..c4b87171ab 100644 --- a/frappe/public/scss/timeline.scss +++ b/frappe/public/scss/timeline.scss @@ -1,6 +1,6 @@ $timeline-item-icon-size: 34px; $timeline-item-left-margin: var(--margin-xl); -$threshold: 20; +$threshold: 25; @mixin timeline-indicator($indicator-size) { width: $indicator-size;