Skip to content

Commit

Permalink
Merge pull request #241 from sandello-alkr/patch-2
Browse files Browse the repository at this point in the history
Remove empty collection "add button" shift
  • Loading branch information
Florian Eckerstorfer committed May 29, 2014
2 parents bf54df5 + 62eefe3 commit 8963f71
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Resources/less/form.less
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,13 @@

.form-group {
.bc-collection {
margin-bottom: 0;
li + li {
margin-top: 10px;
}
li:nth-last-child(1) {
margin-bottom: 10px;
}
}
}

Expand Down
4 changes: 4 additions & 0 deletions Resources/sass/form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,13 @@

.form-group {
.bc-collection {
margin-bottom: 0;
li + li {
margin-top: 10px;
}
li:nth-last-child(1) {
margin-bottom: 10px;
}
}
}

Expand Down

0 comments on commit 8963f71

Please sign in to comment.