Skip to content

Commit

Permalink
style(Pagination): Adjust spacing on compact
Browse files Browse the repository at this point in the history
  • Loading branch information
Barsnes committed Apr 10, 2024
1 parent e870720 commit 3a9a56b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@
}

.listitem:where(.compact) {
--fsdc-pagination-listitem-margin: var(--fds-spacing-1);
--fsdc-pagination-listitem-margin: var(--fds-spacing-0);
--fdsc-pagination-chevron-margin: var(--fds-spacing-1);
}

.pagination .ellipsis {
Expand Down

0 comments on commit 3a9a56b

Please sign in to comment.