Adjust pagination position

This commit is contained in:
Piotr Rogowski 2022-10-25 20:42:10 +02:00
parent 48c10f35c1
commit b83677d763
No known key found for this signature in database
GPG Key ID: 4A842D702D9C6F8F
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ const LogsPagination = (props: LogsPaginationProps) => {
return (
<div style={{ position: 'relative' }}>
<div style={{ position: 'absolute', bottom: 0, right: 40, zIndex: 1 }}>
<div style={{ position: 'absolute', bottom: 3, right: 40, zIndex: 1 }}>
<Pagination
simple
defaultPageSize={pageSize}