ismail9k / vue3-carousel

Vue 3 carousel component
https://ismail9k.github.io/vue3-carousel/
MIT License
660 stars 164 forks source link

Pagination icons are shifted to the right #316

Closed ricardoboss closed 10 months ago

ricardoboss commented 11 months ago

Describe the bug The pagination icons are not displayed centered.

To Reproduce Just create a carousel with some slides and add pagination.

Expected behavior The pagination should be centered.

Screenshots image

Desktop:

Additional context Most browsers add a padding-left to <ul> and <ol>. I think that is what's causing the problem.