From 69869a20857bb4bbd8b1a74db0784a1c059639cb Mon Sep 17 00:00:00 2001 From: Prateeksha Singh Date: Mon, 12 Nov 2018 11:20:27 +0530 Subject: [PATCH] [fix][padding] setup wizard footer --- frappe/public/less/desk.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frappe/public/less/desk.less b/frappe/public/less/desk.less index 1df8fe521c..a5a9fa0fa5 100644 --- a/frappe/public/less/desk.less +++ b/frappe/public/less/desk.less @@ -947,7 +947,7 @@ input[type="checkbox"] { font-weight: bold; } .footer { - margin-top: 15px; + margin: 15px 0; padding: 0px 7px; .btn:not(:last-child) { @@ -1038,4 +1038,4 @@ img.img-loading:after { .img-foreground(); font-family: 'Octicons'; content: "\f00b"; -} \ No newline at end of file +}