mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-24 15:25:46 +00:00
refactor(FE): Refactor table and tab styles for consistent spacing and
layout
This commit is contained in:
@@ -82,7 +82,7 @@ const FinanceClosingTable = ({
|
||||
}, [finance]);
|
||||
|
||||
return (
|
||||
<div className='flex flex-col gap-4 p-0 sm:p-3'>
|
||||
<div className='flex flex-col gap-4 pt-3'>
|
||||
{isLoading ? (
|
||||
<FinanceClosingSkeleton />
|
||||
) : !isResponseSuccess(finance) ? (
|
||||
|
||||
Reference in New Issue
Block a user