Full screen in Desktop

Viewing containers/tables in full screen doesn’t cover the entire screen. Alot of dead space on the left and right. Would be great if the layout to extend to the whole full screen.

Would you like a CSS solution?

div[class*=“section-container”] >div {

max-width: 100vw;

}

div[class*=“container-padding-md”] {

max-width: 100vw;

}

Cheers CSS worked!

Do you know if its possible to stretch the kanban columns using css so it covers the full screen?

and moving the button of a form container?

Does it help if you put the Kanban component inside a container?

I’m not sure about the button on the form container.

It shifts its over but does not change the column widths