mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-19 17:21:52 +00:00
Merge pull request #19915 from zalog/patch-9
Zero out the default margin-bottom on label.custom-file
This commit is contained in:
commit
20178076ee
1 changed files with 1 additions and 0 deletions
|
|
@ -202,6 +202,7 @@
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
height: $custom-file-height;
|
height: $custom-file-height;
|
||||||
|
margin-bottom: 0;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue