1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

Remove line-height from the button size mixin too

This commit is contained in:
Mark Otto 2016-02-07 22:43:53 -08:00
parent ab451e5dc0
commit a16b2ef162

View file

@ -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);