diff --git a/www/form/app-form.less b/www/form/app-form.less index 2307be493..8c796dd4f 100644 --- a/www/form/app-form.less +++ b/www/form/app-form.less @@ -463,8 +463,8 @@ position: relative; .cp-form-creator-results-controls { margin-bottom: 20px; - background: @cp_form-bg1; - padding: 10px; + //background: @cp_form-bg1; + //padding: 10px; } .cp-form-creator-results-content { @@ -520,7 +520,8 @@ } } .cp-form-individual { - margin-bottom: 10px; + background: @cp_form-bg1; + padding: 10px; & > *:not(:last-child) { margin-right: 10px; }