2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +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 -1
View File
@@ -1,11 +1,12 @@
// Pagination
.pagination-size(@padding-vertical; @padding-horizontal; @font-size; @border-radius) {
.pagination-size(@padding-vertical; @padding-horizontal; @font-size; @line-height; @border-radius) {
> li {
> a,
> span {
padding: @padding-vertical @padding-horizontal;
font-size: @font-size;
line-height: @line-height;
}
&:first-child {
> a,