Remove gap at top if New-UDGrid / New-UDPaper

Thanks @ruben but this gives me this result. Which I presume is width. I did try to manipulate width but didnt seem to have an effect:

Okay, then try:

New-UDStyle -Content {
        New-UDCard -Content {
            New-UDTypography 'Test'
        }
    } -Style ".MuiCardHeader-root { padding-top: 0px; padding-right: 0px; } "

Same thing but I am going to lay this down for a while and “progress now” as you said :slight_smile: thank you!