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!
Does it help if you put the Kanban component inside a container?
I’m not sure about the button on the form container.


