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.

1 Like

Would you like a CSS solution?

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

max-width: 100vw;

}

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

max-width: 100vw;

}

2 Likes

Cheers CSS worked!

1 Like

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

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.