mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
refactor(FE): Adjust column span in CustomerPaymentTab
This commit is contained in:
@@ -780,7 +780,7 @@ const CustomerPaymentTab = () => {
|
|||||||
>
|
>
|
||||||
<td
|
<td
|
||||||
className='px-4 py-3 text-xs text-gray-900 whitespace-nowrap'
|
className='px-4 py-3 text-xs text-gray-900 whitespace-nowrap'
|
||||||
colSpan={15}
|
colSpan={13}
|
||||||
></td>
|
></td>
|
||||||
<td className='px-4 py-3 text-xs text-gray-900 whitespace-nowrap'>
|
<td className='px-4 py-3 text-xs text-gray-900 whitespace-nowrap'>
|
||||||
<div className='text-right text-error'>
|
<div className='text-right text-error'>
|
||||||
|
|||||||
Reference in New Issue
Block a user