diff options
| author | Mark Otto <[email protected]> | 2016-10-27 22:20:26 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-10-27 22:20:26 -0700 |
| commit | 20178076ee0ee6c3fe034015b54758daba326478 (patch) | |
| tree | 36e08320862eb538599464a995efc1f7f41f658c | |
| parent | 9d011a8a6f3d6eb87a908eeb4bb5d58b43a2376f (diff) | |
| parent | 990e2c5d2bd1f03f0aa57c3fbb054728ed5746b5 (diff) | |
| download | bootstrap-20178076ee0ee6c3fe034015b54758daba326478.tar.xz bootstrap-20178076ee0ee6c3fe034015b54758daba326478.zip | |
Merge pull request #19915 from zalog/patch-9
Zero out the default margin-bottom on label.custom-file
| -rw-r--r-- | scss/_custom-forms.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_custom-forms.scss b/scss/_custom-forms.scss index 6ce2b29ac..5e65a78e9 100644 --- a/scss/_custom-forms.scss +++ b/scss/_custom-forms.scss @@ -202,6 +202,7 @@ display: inline-block; max-width: 100%; height: $custom-file-height; + margin-bottom: 0; cursor: pointer; } |
