mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-24 23:35:45 +00:00
refactor(FE-208): remove unnecessary font styling from purchase number display in PurchaseOrderDetail
This commit is contained in:
@@ -669,7 +669,7 @@ const PurchaseOrderDetail = ({
|
|||||||
<span className='font-medium text-gray-600 min-w-[140px] flex-shrink-0'>
|
<span className='font-medium text-gray-600 min-w-[140px] flex-shrink-0'>
|
||||||
Nomor
|
Nomor
|
||||||
</span>
|
</span>
|
||||||
<span className='text-gray-900 ml-3 break-all font-mono text-sm'>
|
<span className='text-gray-900 ml-3 break-all'>
|
||||||
: {purchaseData.pr_number}
|
: {purchaseData.pr_number}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user