chore: adjust styling

This commit is contained in:
ValdiANS
2026-05-08 18:57:37 +07:00
parent e7f378823c
commit a0e8c60082
3 changed files with 3 additions and 3 deletions
@@ -732,7 +732,7 @@ const CustomerPaymentTab = ({ tabId }: CustomerPaymentTabProps) => {
)}
{!isLoading && data.length > 0 && meta && (
<div className='max-w-sm ml-auto'>
<div className='w-full ml-auto'>
<Pagination
totalItems={meta.total_results || 0}
itemsPerPage={meta.limit || 0}