Skip to content

Commit

Permalink
Fixes #3717 issue with margin collapse with form fields vs field
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Feb 19, 2016
1 parent c34f6d3 commit be46eb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/definitions/collections/form.less
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

.ui.form .fields .field {
clear: both;
margin: @fieldMargin;
margin: 0em;
}


Expand Down Expand Up @@ -750,6 +750,7 @@
.ui.form .fields {
display: flex;
flex-direction: row;
margin: @fieldMargin;
}
.ui.form .fields > .field {
flex: 0 1 auto;
Expand Down Expand Up @@ -925,7 +926,6 @@
.ui.form .fields > .fifteen.wide.field,
.ui.form .fields > .sixteen.wide.field {
width: @oneColumn !important;
margin: @fieldMargin;
padding-left: 0%;
padding-right: 0%;
}
Expand Down

0 comments on commit be46eb3

Please sign in to comment.