From 7328abe30d7e6bec6e4c5fd694922d649eea2dc2 Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Mon, 9 Dec 2019 18:19:02 +0530 Subject: [PATCH] fix: make padding a bit more consistent --- frappe/public/less/form.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/public/less/form.less b/frappe/public/less/form.less index 37570a0073..9a0eec46ea 100644 --- a/frappe/public/less/form.less +++ b/frappe/public/less/form.less @@ -241,7 +241,7 @@ padding-bottom: 15px; .progress-chart { - padding-top: 20px; + padding-top: 15px; } .progress {