Skip to content

Commit

Permalink
fix(community-pagination): safari bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-bunce authored and theetrain committed Apr 17, 2019
1 parent 979f39b commit 5cb9ae7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/Pagination/Pagination.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
border: none;
width: 32px;
height: 32px;
margin: 0;
text-align: center;
padding: 0;
cursor: pointer;
Expand Down Expand Up @@ -77,6 +78,7 @@
cursor: pointer;
padding: 0 5px;
min-width: 32px;
margin: 0;
width: auto;
height: 32px;
@include mq($from: md) {
Expand Down

0 comments on commit 5cb9ae7

Please sign in to comment.