mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-02-27 04:06:39 +00:00
Fixed pagination control not being properly wrapped in mobile devices
This commit is contained in:
@@ -30,7 +30,7 @@ export default class Paginator extends React.Component {
|
||||
};
|
||||
|
||||
return (
|
||||
<Pagination>
|
||||
<Pagination listClassName="flex-wrap">
|
||||
<PaginationItem disabled={currentPage === 1}>
|
||||
<PaginationLink
|
||||
previous
|
||||
|
||||
Reference in New Issue
Block a user