mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-01-07 08:47:28 +03:00
Fixed pagination control not being properly wrapped in mobile devices
This commit is contained in:
parent
14b98fd833
commit
554779a173
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ export default class Paginator extends React.Component {
|
|||
};
|
||||
|
||||
return (
|
||||
<Pagination>
|
||||
<Pagination listClassName="flex-wrap">
|
||||
<PaginationItem disabled={currentPage === 1}>
|
||||
<PaginationLink
|
||||
previous
|
||||
|
|
Loading…
Reference in a new issue