Skip to content

Commit 7f011ca

Browse files
Refactor affiliate table layout
1 parent 9d4bc3b commit 7f011ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/AffiliateTableRow.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export const AffiliateTableRow = ({ affiliate, onEdit, onCopyTrackingLink, onDel
4242
<TableCell className="w-[20%] max-w-0 overflow-hidden">
4343
<AffiliateStatsCell affiliateId={affiliate.id} commissionRate={affiliate.commissionRate} />
4444
</TableCell>
45-
<TableCell className="w-[20%] max-w-0 overflow-hidden">
45+
<TableCell className="w-[20%]">
4646
<StripeConnectButton affiliate={affiliate} />
4747
</TableCell>
4848
<TableCell className="w-[10%] max-w-0 overflow-hidden">

0 commit comments

Comments
 (0)