Skip to content

Commit

Permalink
fix(material/paginator)
Browse files Browse the repository at this point in the history
  • Loading branch information
DBowen33 committed Nov 2, 2023
1 parent 47341ac commit 85c2feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/material/paginator/paginator.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ $button-icon-size: 28px;
align-items: center;
justify-content: flex-end;
padding: $padding;
flex-wrap: wrap-reverse;
flex-wrap: wrap;
width: 100%;

@include token-utils.use-tokens(
Expand Down

0 comments on commit 85c2feb

Please sign in to comment.