mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-17 16:31:07 +00:00
@mixin pagination-size() doesn't apply line-height
This commit is contained in:
parent
a47f373e82
commit
845320fe8c
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
||||||
.page-link {
|
.page-link {
|
||||||
padding: $padding-y $padding-x;
|
padding: $padding-y $padding-x;
|
||||||
font-size: $font-size;
|
font-size: $font-size;
|
||||||
|
line-height: $line-height;
|
||||||
}
|
}
|
||||||
|
|
||||||
.page-item {
|
.page-item {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue