fixed styles, improved PaginatedTableStyling
This commit is contained in:
@@ -116,7 +116,7 @@ export const Pagination = ({
|
||||
<ArrowLeft size={16} />
|
||||
</button>
|
||||
<select
|
||||
className="select join-item"
|
||||
className="select join-item w-16"
|
||||
value={page}
|
||||
onChange={(e) => setPage(Number(e.target.value))}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user