Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

[Suggestion] add flex-wrap #33

Open
sobolevn opened this issue Aug 14, 2016 · 0 comments
Open

[Suggestion] add flex-wrap #33

sobolevn opened this issue Aug 14, 2016 · 0 comments

Comments

@sobolevn
Copy link
Contributor

When dealing with .grid and .cells it seems reasonable to me to add flex-wrap: wrap to prevent the situation like this:

code:

<div class="grid">

  <%= for v in [1, 2, 3, 4, 5] %>
  <div class="cell -4of12">
    <div class="card">...</div>
  </div>
  <% end %>
</div>

2016-08-14 16 00 30

After a fix it will become something like this:

2016-08-14 16 03 35

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant