Replies: 1 comment
-
This seems more like a question about how CSS works rather than anything to do with the library. I suggest learning about CSS Flexbox and CSS grid. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Good day
I have a grid container with two grid items inside. I want to display the Table in one Grid item and a form in the other, and they should display side by side.
However, The table is overflowing to a new line.
Is there any way to do this as I cannot find anything in the docs to set the tables overflow properties.
See screenshot for current result.
Thanks

Beta Was this translation helpful? Give feedback.
All reactions