Skip to content

Dashboard-Default Tasks datatable has wrong height property #51

@selcukbeyhan

Description

@selcukbeyhan

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions