-
Hey, I love the library! (: I have the following problem using addGridLayout: https://svelte.dev/repl/b25012ce745f472eb0d7db372bff1927?version=3.55.1 Expected: I am quite sure that it is not a problem with the library because the widths are correct. I cant use a table, it has to be a grid. Any ideas? Thank you!! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Solved! It seems that all you need is to add "display: flex;" to the grid. |
Beta Was this translation helpful? Give feedback.
Solved! It seems that all you need is to add "display: flex;" to the grid.