From 4d0b8da0e547f5ac12d5c724764782520f335462 Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Wed, 8 Aug 2018 14:47:42 +0530 Subject: [PATCH] fix(style): modal for website --- erpnext/public/less/website.less | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/erpnext/public/less/website.less b/erpnext/public/less/website.less index 448bd3b75bc..084958c4cc0 100644 --- a/erpnext/public/less/website.less +++ b/erpnext/public/less/website.less @@ -347,6 +347,13 @@ margin-bottom: 20px; } +.modal-title { + margin-top: 5px; +} + +.modal-header { + padding: 10px 15px; +} // For Item Alternate Image .item-alternative-image { padding: 5px;