1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-12 16:44:17 +02:00

@mixin pagination-size() doesn't apply line-height

This commit is contained in:
Patrick Yeo
2017-04-28 13:53:14 -07:00
committed by Mark Otto
parent a47f373e82
commit 845320fe8c

View File

@@ -4,6 +4,7 @@
.page-link {
padding: $padding-y $padding-x;
font-size: $font-size;
line-height: $line-height;
}
.page-item {