mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-01-08 09:17:29 +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 (
|
return (
|
||||||
<Pagination>
|
<Pagination listClassName="flex-wrap">
|
||||||
<PaginationItem disabled={currentPage === 1}>
|
<PaginationItem disabled={currentPage === 1}>
|
||||||
<PaginationLink
|
<PaginationLink
|
||||||
previous
|
previous
|
||||||
|
|
Loading…
Reference in a new issue