Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: pagination display with page sizes (#345)
# What ❔ Fix the display of page size dropdown with pagination component ## Why ❔ They were overlapping wherever previously the styling of the pagination component is occurring outside of `Pagination.vue` BEFORE: ![image](https://github.com/user-attachments/assets/79be7041-e0ee-4816-96e2-5150b1a370c0) AFTER: ![image](https://github.com/user-attachments/assets/035526b0-9b22-48d0-83c7-f1c37a45c32f) ## Checklist <!-- Check your PR fulfills the following items. --> <!-- For draft PRs check the boxes as you complete them. --> - [x] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [x] Tests for the changes have been added / updated. - [x] Documentation comments have been added / updated.
- Loading branch information