2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

[Closes #16460] Fix .pagination-sm line height

[Closes #16460] Fix .pagination-sm line height by adding `@line-height-small` to `.pagingation-sm`.
This commit is contained in:
Kevin Kirsche
2015-05-12 17:50:29 -04:00
committed by Kevin Kirsche
parent 9bf6e107e3
commit 5907347382
2 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -80,10 +80,10 @@
// Large
.pagination-lg {
.pagination-size(@padding-large-vertical; @padding-large-horizontal; @font-size-large; @border-radius-large);
.pagination-size(@padding-large-vertical; @padding-large-horizontal; @font-size-large; @line-height-large; @border-radius-large);
}
// 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);
}