pagination display re-aligned

This commit was merged in pull request #43.
This commit is contained in:
victorAnumudu
2023-05-08 21:13:00 +01:00
parent efeb282468
commit 3624743c67
14 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -162,7 +162,7 @@ function ReferralDisplay() {
</div>
<div className="lg:w-1/2 w-full mb-10 lg:mb-0">
<div className="referral w-full md:p-8 p-4 h-full max-h-[500px] bg-white dark:bg-dark-white overflow-y-auto rounded-2xl shadow">
<div className="referral w-full md:p-8 p-4 h-full max-h-[700px] bg-white dark:bg-dark-white overflow-y-auto rounded-2xl shadow">
<h2 className='mb-2 text-slate-900 dark:text-white text-xl lg:text-2xl font-medium'>Referral List</h2>
{referralList.loading ?
(