Browse Source

Fix margin on fields with only one field

pull/2095/merge
jlukic 9 years ago
parent
commit
fe24d4bcd6
1 changed files with 6 additions and 1 deletions
  1. 7
      src/definitions/collections/form.less

7
src/definitions/collections/form.less

@ -44,7 +44,6 @@
Field
---------------------*/
.ui.form .fields .field,
.ui.form .field {
clear: both;
margin: @fieldMargin;
@ -55,6 +54,12 @@
margin-bottom: 0em;
}
.ui.form .fields .field {
clear: both;
margin: @fieldMargin;
}
/*--------------------
Labels
---------------------*/

Loading…
Cancel
Save