nowarp fixed in submissions

This commit is contained in:
Malini 2026-01-28 14:24:23 +05:30
parent 5d7c5a1a82
commit c5f2aaae62

View File

@ -374,7 +374,7 @@ const tableRows = filtered.map((item) => [
? () => handleActionClick(item, 'approve')
: undefined}
/>
<span className="absolute bottom-full mb-1 left-1/2 -translate-x-1/2 bg-black text-white text-xs px-2 py-[2px] rounded opacity-0 group-hover:opacity-100 transition">
<span className="absolute bottom-full mb-1 left-1/2 -translate-x-1/2 bg-black text-white text-xs px-2 py-[2px] rounded opacity-0 group-hover:opacity-100 transition whitespace-nowrap">
{item.status?.toLowerCase() === 'approved'
? 'Already Approved'
: item.status?.toLowerCase() === 'rejected'