Skip to content

Commit

Permalink
Component-Pagination: Align page-item heights (#543)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrambilla committed Feb 11, 2020
1 parent 89b5b63 commit 13e2df5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scss/component/_pagination.scss
Expand Up @@ -6,6 +6,10 @@
list-style: none;
}

.page-item {
display: flex;
}

.page-text,
.page-link {
display: inline-flex;
Expand Down Expand Up @@ -89,6 +93,8 @@
}

.page-item {
margin: 0;

&:not(:first-child) {
.page-text,
.page-link {
Expand Down

0 comments on commit 13e2df5

Please sign in to comment.