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
Does it help if you put the Kanban component inside a container?
I’m not sure about the button on the form container.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.