Skip to content

Commit

Permalink
Fix pagination page items border radius
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond authored and mdo committed Jul 25, 2022
1 parent dc901d2 commit a153f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_pagination.scss
Expand Up @@ -75,7 +75,7 @@
margin-left: $pagination-margin-start;
}

@if $pagination-margin-start == (calc($pagination-border-width * -1)) {
@if $pagination-margin-start == ($pagination-border-width * -1) {
&:first-child {
.page-link {
@include border-start-radius(var(--#{$prefix}pagination-border-radius));
Expand Down

0 comments on commit a153f36

Please sign in to comment.