diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2025-03-13 10:07:38 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2025-03-13 10:07:38 +0700 |
| commit | 1e2c20a9871bf0a6117ae63d1e8d9d20119460ed (patch) | |
| tree | b989ca5971c3d61ab2c172d5169de5e0566e22f8 /src | |
| parent | 6350fe76d3993bf63f3a8edfcba30885bbb80d7c (diff) | |
<iman> update code
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/transaction/components/Transactions.jsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/transaction/components/Transactions.jsx b/src/lib/transaction/components/Transactions.jsx index ece97734..45821901 100644 --- a/src/lib/transaction/components/Transactions.jsx +++ b/src/lib/transaction/components/Transactions.jsx @@ -1021,7 +1021,7 @@ const Transactions = ({ context = '' }) => { className='object-contain object-center border border-gray_r-6 h-32 w-full rounded-md' /> </div> - <div className='flex flex-col gap-3 justify-start'> + <div className='flex flex-col gap-3 justify-start truncate w-full'> <p className='flex flex-row gap-2'> <span className='text-sm text-black'> Nomor PO: @@ -1030,7 +1030,7 @@ const Transactions = ({ context = '' }) => { {saleOrder.purchaseOrderName || '-'} </span> </p> - <p className='line-clamp-2 leading-6 tracking-wide opacity-90 !text-gray_r-12 font-semibold text-nowrap'> + <p className='line-clamp-2 leading-6 tracking-wide opacity-90 !text-gray_r-12 font-semibold text-nowrap '> {saleOrder.products[0]?.parent?.name} </p> <p className='opacity-85 !text-gray_r-12'> |
