chore: css fixes for web_form template

This commit is contained in:
Shivam Mishra 2019-05-11 12:21:33 +05:30
parent 2d12c0fafe
commit aa523c483e

View file

@ -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;
}