From aa523c483ea976e85a4eccca681dab9e031641b7 Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Sat, 11 May 2019 12:21:33 +0530 Subject: [PATCH] chore: css fixes for web_form template --- frappe/public/scss/website.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/frappe/public/scss/website.scss b/frappe/public/scss/website.scss index f5324a71ab..0a147d4cf0 100644 --- a/frappe/public/scss/website.scss +++ b/frappe/public/scss/website.scss @@ -125,4 +125,10 @@ h4.modal-title { .visible-xs { @extend .d-block; @extend .d-sm-none; +} + +.form-section .section-body { + width:100%; + padding: 15px; + @extend .row; } \ No newline at end of file