AdeleD / react-paginate

A ReactJS component that creates a pagination
MIT License
2.75k stars 626 forks source link

Buttons not responsive on smaller devices #471

Closed newdydx closed 1 year ago

newdydx commented 1 year ago

All buttons controlling the page should be responsive on all devices

newdydx commented 1 year ago

@MonsieurV Can I be assigned to this issue

MonsieurV commented 1 year ago

The responsiveness is based on the CSS. This library does not provide (supported) CSS. So it is up to you to make the CSS responsive.

Unless there is something with the DOM/HTML that is not right? If so, please be more specific