Skip to content
Discussion options

You must be logged in to vote

The answer is that you need to omit style: row. Unfortunate that this is nowhere to be found in the documentation, in addition to the AI bot above being completely wrong and suggesting malformed yaml.

In technical terms, style: row forces basis-full in the tailwind css responsive design for a group. Without it, it falls back to a flex grid based on your screen size.

columns will have no effect here either, since it is dependent on style: row

The design logic here seems to be that you have a flex grid for non style: row groups dependent on your screen size, with the max columns being 4 for services and 6 for bookmarks.

Then when you want to "break" the flex layout, you put a new group with s…

Replies: 4 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@SrOlalau
Comment options

@NWBx01
Comment options

Answer selected by bassterror
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
4 participants