fix: use line-clamp-1 for invoice description preview

This commit is contained in:
Claude
2026-01-19 15:38:42 +00:00
parent 3a329f1f7e
commit 96faf32d7f

View File

@@ -1577,7 +1577,7 @@ export default function WalletViewer() {
Description:
</span>
<span
className="truncate text-right min-w-0"
className="line-clamp-1 text-right min-w-0"
title={invoiceDetails.description}
>
{invoiceDetails.description}