mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
refactor(FE): Replace size-full with w-full in FinanceTable
This commit is contained in:
@@ -483,7 +483,7 @@ const FinanceTable = () => {
|
||||
}, [resetSearchValue]);
|
||||
|
||||
return (
|
||||
<section className='size-full p-6 flex flex-col gap-6'>
|
||||
<section className='size-full flex flex-col gap-6'>
|
||||
<div className='flex justify-end gap-2'>
|
||||
<RequirePermission permissions='lti.finance.injections.create'>
|
||||
<Button
|
||||
|
||||
Reference in New Issue
Block a user