Skip to content

Dashboard-Default Tasks datatable has wrong height property #51

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
selcukbeyhan opened this issue Apr 17, 2024 · 1 comment
Open

Dashboard-Default Tasks datatable has wrong height property #51

selcukbeyhan opened this issue Apr 17, 2024 · 1 comment

Comments

@selcukbeyhan
Copy link

At the bottom of the Tasks table, there is some excess white area:
image

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

@selcukbeyhan selcukbeyhan changed the title Dashboard-Default Tasks datatable has wrong length property Dashboard-Default Tasks datatable has wrong height property Apr 17, 2024
@kelvink96
Copy link
Member

Hello, I will check this out

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants