Skip to content

Commit

Permalink
(less) alternate fix to twbs#4522: increase line-height on btn-mini
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Aug 21, 2012
1 parent 746d1b0 commit 0cc90e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buttons.less
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
.btn-mini {
padding: 2px 6px;
font-size: @baseFontSize - 3px;
line-height: @baseLineHeight - 4px;
line-height: @baseLineHeight - 3px;
}

// Block button
Expand Down

0 comments on commit 0cc90e4

Please sign in to comment.