You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the bottom of the Tasks table, there is some excess white area:
I think this can be resolved by changing the style attribute in app/dashboard/default/page.tsx:
const PAPER_PROPS: PaperProps = {
p: 'md',
shadow: 'md',
radius: 'md',
style: { height: '100%' },
};
Thank you
The text was updated successfully, but these errors were encountered:
selcukbeyhan
changed the title
Dashboard-Default Tasks datatable has wrong length property
Dashboard-Default Tasks datatable has wrong height property
Apr 17, 2024
At the bottom of the Tasks table, there is some excess white area:

I think this can be resolved by changing the style attribute in app/dashboard/default/page.tsx:
const PAPER_PROPS: PaperProps = {
p: 'md',
shadow: 'md',
radius: 'md',
style: { height: '100%' },
};
Thank you
The text was updated successfully, but these errors were encountered: