mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-25 07:45:47 +00:00
feat(FE): adding stok information in form repeater SO and DO
This commit is contained in:
@@ -682,7 +682,7 @@ const MarketingTable = () => {
|
||||
<Modal
|
||||
ref={productsModal.ref}
|
||||
className={{
|
||||
modalBox: 'max-w-2/5 z-100',
|
||||
modalBox: 'xs:max-w-2/5 z-100',
|
||||
}}
|
||||
closeOnBackdrop
|
||||
>
|
||||
@@ -724,6 +724,7 @@ const MarketingTable = () => {
|
||||
},
|
||||
]}
|
||||
className={{
|
||||
containerClassName: 'p-6',
|
||||
tableWrapperClassName: 'overflow-x-auto min-h-full!',
|
||||
tableClassName: 'font-inter w-full table-auto min-h-full!',
|
||||
headerRowClassName: 'border-b border-b-gray-200',
|
||||
|
||||
Reference in New Issue
Block a user