You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following on from this discussion, and from checking with @willmcgugan about the intended working, it looks like there's a bug where you can't make a grid container height: auto. As a test bit of code:
I've run into this issue where a grid layout with a dynamic number of rows is problematic to handle, as height: auto collapses it. In my case and with a hand from @davep I calculated a desired height dynamically and applied it to the grid in python code. https://gist.github.com/shuckc/5ec3c4fed5844252fb2f9bb91d63bf88
Following on from this discussion, and from checking with @willmcgugan about the intended working, it looks like there's a bug where you can't make a
grid
containerheight: auto
. As a test bit of code:The results are,
Container
:Vertical
:Horizontal
:And
Grid
:It would appear that all container layouts handle
height: auto
fine expect forgrid
.The text was updated successfully, but these errors were encountered: