Skip to content

Commit

Permalink
updates DataTable Pagination component to prevent large numbers from …
Browse files Browse the repository at this point in the history
…running together (#4918)
  • Loading branch information
mperrotti authored Sep 5, 2024
1 parent 1b098ed commit a17e689
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react/src/DataTable/Pagination.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ const StyledPagination = styled.nav`
line-height: calc(20 / 14);
user-select: none;
border-radius: 6px;
padding: 0.5rem calc((2rem - 1.25rem) / 2); /* primer.control.medium.paddingInline.condensed primer.control.medium.paddingBlock */
}
.TablePaginationAction[data-has-page]:hover,
Expand Down

0 comments on commit a17e689

Please sign in to comment.