0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

Merge pull request #19915 from zalog/patch-9

Zero out the default margin-bottom on label.custom-file
This commit is contained in:
Mark Otto 2016-10-27 22:20:26 -07:00 committed by GitHub
commit 20178076ee

View File

@ -202,6 +202,7 @@
display: inline-block;
max-width: 100%;
height: $custom-file-height;
margin-bottom: 0;
cursor: pointer;
}