diff options
| author | Mark Otto <[email protected]> | 2016-02-07 22:43:53 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-02-07 22:43:53 -0800 |
| commit | a16b2ef162a8292dec216172a32367f5d24da394 (patch) | |
| tree | 5d089d87430795480485c58c2287e508d665228a | |
| parent | ab451e5dc0c8402574bf631ff603f384034ec993 (diff) | |
| download | bootstrap-a16b2ef162a8292dec216172a32367f5d24da394.tar.xz bootstrap-a16b2ef162a8292dec216172a32367f5d24da394.zip | |
Remove line-height from the button size mixin too
| -rw-r--r-- | scss/mixins/_buttons.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/mixins/_buttons.scss b/scss/mixins/_buttons.scss index 968634880..861d353e2 100644 --- a/scss/mixins/_buttons.scss +++ b/scss/mixins/_buttons.scss @@ -92,7 +92,7 @@ } // Button sizes -@mixin button-size($padding-y, $padding-x, $font-size, $line-height, $border-radius) { +@mixin button-size($padding-y, $padding-x, $font-size, $border-radius) { padding: $padding-y $padding-x; font-size: $font-size; @include border-radius($border-radius); |
