Skip to content

Commit

Permalink
fix(pagination): change background horizontal position of icon (#1155)
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahiss authored Apr 1, 2022
1 parent 263c0d5 commit fc2b2b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scss/_pagination.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
$pagination-icon,
$pagination-icon-size,
$size: $pagination-icon-width $pagination-icon-height,
$selector: ".page-item:first-child .page-link, .page-item:last-child .page-link"
$selector: ".page-item:first-child .page-link, .page-item:last-child .page-link",
$position: calc(50% - 1px)
);
// End mod

Expand Down

0 comments on commit fc2b2b2

Please sign in to comment.