invent-framework / invent

Express yourself with code.
https://invent-framework.github.io/
Apache License 2.0
108 stars 12 forks source link

Fix overflow on containers so they don't bleed out to the side but wrap below. #85

Open ntoll opened 1 month ago

ntoll commented 1 month ago

Certain containers (rows) will bleed over the edge of the page if too many components are added to them. We need to ensure they wrap around when the max-width is hit.