Skip to content

Commit

Permalink
fix(form): add spacing between questions
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <[email protected]>
  • Loading branch information
btry committed Jan 19, 2021
1 parent 73295e3 commit 2946d74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -178,13 +178,14 @@ input.submit_button:focus {

#plugin_formcreator_form.plugin_formcreator_form_design .grid-stack-item {
line-height: 32px;
background: #F0F0F0;
}

#plugin_formcreator_form.plugin_formcreator_form_design .grid-stack-item .grid-stack-item-content {
text-align: left;
padding-left: 16px;
padding-right: 24px;
margin: 0 2px;
background: #F0F0F0;
}

#plugin_formcreator_form.plugin_formcreator_form_design .grid-stack-item.ui-draggable-dragging {
Expand Down

0 comments on commit 2946d74

Please sign in to comment.