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;