Skip to content

Commit 57641f6

Browse files
authored
Merge pull request #1881 from julianxhokaxhiu/bugfix/pagination-line-height
Remove line-height declaration
2 parents edd1ff0 + d438deb commit 57641f6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

source/css/_common/components/pagination.styl

+3-4
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@
77
.page-number-basic {
88
display: inline-block;
99
position: relative;
10-
top: -1px;
1110
margin: 0 10px;
12-
padding: 0 10px;
13-
line-height: 30px;
11+
padding: 0 11px;
1412

1513
+mobile() { margin: 0 5px; }
1614
}
@@ -44,12 +42,13 @@
4442

4543
@media (max-width: 767px)
4644
.pagination { border-top: none; }
47-
45+
4846
.pagination {
4947
.prev, .next, .page-number {
5048
margin-bottom: 10px;
5149
border-top: 0;
5250
border-bottom: 1px solid $pagination-link-border;
51+
padding: 0 10px;
5352

5453
&:hover { border-bottom-color: $pagination-link-hover-border; }
5554
}

0 commit comments

Comments
 (0)