Skip to content

Commit

Permalink
Merge pull request twbs#19915 from zalog/patch-9
Browse files Browse the repository at this point in the history
Zero out the default margin-bottom on label.custom-file
  • Loading branch information
mdo committed Oct 28, 2016
2 parents 9d011a8 + 990e2c5 commit 2017807
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/_custom-forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@
display: inline-block;
max-width: 100%;
height: $custom-file-height;
margin-bottom: 0;
cursor: pointer;
}

Expand Down

0 comments on commit 2017807

Please sign in to comment.