Skip to content

Commit

Permalink
[Closes twbs#16460] Fix .pagination-sm line height
Browse files Browse the repository at this point in the history
[Closes twbs#16460] Fix .pagination-sm line height by adding `@line-height-small` to `.pagingation-sm`.
  • Loading branch information
kkirsche committed May 12, 2015
1 parent 9bf6e10 commit bacde92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion less/pagination.less
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,5 @@

// Small
.pagination-sm {
.pagination-size(@padding-small-vertical; @padding-small-horizontal; @font-size-small; @border-radius-small);
.pagination-size(@padding-small-vertical; @padding-small-horizontal; @font-size-small; @line-height-small; @border-radius-small);
}

0 comments on commit bacde92

Please sign in to comment.