Browse Source

Safely removes .field .field margin #2487

pull/2536/head
jlukic 9 years ago
parent
commit
de53fd257d
1 changed files with 1 additions and 1 deletions
  1. 2
      src/definitions/collections/form.less

2
src/definitions/collections/form.less

@ -49,7 +49,7 @@
clear: both;
margin: @fieldMargin;
}
.ui.form .field .field,
.ui.form .field:last-child,
.ui.form .fields:last-child .field {
margin-bottom: 0em;

Loading…
Cancel
Save