Closed timonrey closed 2 months ago
Latest commit: 88bbaa20892639486142851306f45abd46a6b1c9
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
Preview URLs:
I think @ColinRosati that on mobile viewports we agreed in the ticket to display the scopes in a single column
@zbalek can you confirm this? This is the direct link to the page
FYI that was why I was asking for an actual coulumn layout. No need for breakpoints, it automatically puts the number of columns that fit the space and distributes content so that columns are same height.
Thanks for the feedback @nkuehn. I have a mock up of using pure css columns and have some unintended limitations for the colums:
The solution I propose removes the number of column controlling gap mentioned previously. The behaviour is now: Columns for desktops Mobile single column (comma separated)
@gabriele-ct - Thanks for attaching the link. Let's not squish it on mobile - we can leave it as one column.
Mobile view:
Tablet/Desktop view with few elements:
Tablet/Desktop with many elements:
are we ok with this @zbalek
Ye, looks good - thanks all!
Description of changes
Link original ticket closes https://github.com/commercetools/commercetools-docs/issues/4871
Screenshot of changes (if applicable) After:
Maintaining no column for less than 10 scopes and two columns for more than 10 scopes:
DoD guidelines