Using a single value for grid :columns:
prevents grid from re-arranging items
#182
Labels
bug
Something isn't working
:columns:
prevents grid from re-arranging items
#182
Describe the bug
context
Not sure if this is considered a bug or not, but I thought I'll bring it up since it puzzled me for a moment...
If I use something like this:
Then the grid does not re-arrange the items below each other for small screens but always keeps 2 items next to each other with the 8/4 size ratio (e.g.
1 1 2 2
seems to be ignored).If I specify explicit columns for each level, it does the job nicely:
expectation
I'd expect that the re-arrangement of items is still performed even if a single column-width is provided
... for the example above, I'd expect that on small-screens, the 2 items are shown below each other (however still with the size-ratio 8/4)
List your environment
sphinx-design 0.5.0
The text was updated successfully, but these errors were encountered: