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

Loading…
Cancel
Save