Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Card columns should still have margin-bottom set on smaller devices #22673

Closed
hughbe opened this issue May 22, 2017 · 1 comment
Closed

Card columns should still have margin-bottom set on smaller devices #22673

hughbe opened this issue May 22, 2017 · 1 comment

Comments

@hughbe
Copy link
Contributor

hughbe commented May 22, 2017

Take a look at this code pen: https://codepen.io/hughbe/pen/pPQBXd

<div class="card-columns">
  <div class="card">
    <div class="card-block">1</div>
  </div>
  <div class="card">
    <div class="card-block">2</div>
  </div>
  <div class="card">
    <div class="card-block">3</div>
  </div>
  <div class="card">
    <div class="card-block">4</div>
  </div>
  <div class="card">
    <div class="card-block">5</div>
  </div>
</div>

If you resize the screen to a small size, then the elements no longer have spacing between them:
screenshot

@hughbe
Copy link
Contributor Author

hughbe commented May 22, 2017

Derp - dupe of #22135

@hughbe hughbe closed this as completed May 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant