Skip to content

Commit

Permalink
fix: update pagination styles for use with DataTable
Browse files Browse the repository at this point in the history
  • Loading branch information
Lael Birch committed Mar 25, 2021
1 parent c31b28f commit 647ccd5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/course-search/styles/_SearchPagination.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.pgn__data-table-wrapper {
.pagination {
margin: 0;
}
}
1 change: 1 addition & 0 deletions src/course-search/styles/_index.scss
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
@import "./FacetList";
@import "./MobileSearchFilters";
@import "./SearchPagination";

0 comments on commit 647ccd5

Please sign in to comment.