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

v4 alpha - col-*-* and hidden-*-down break on different resolution #17410

Closed
wstoettinger opened this issue Aug 31, 2015 · 1 comment
Closed
Labels

Comments

@wstoettinger
Copy link

Hey There,
so I got this code:

    <div class="hidden-xs-down col-sm-12">
      <div class="card">
        <div class="card-block">
          <h4 class="card-title">Some Title</h4>
          <p class="card-text">Some quick example text 
            to build on the card title and make up the bulk 
            of the card's content.</p>
        </div>
      </div>
    </div>
    <div class="col-xs-12 col-sm-6 col-lg-4">
      <div class="card">
        <div class="card-block">
          <h4 class="card-title">Some Other Title</h4>
          <p class="card-text">Some quick example text 
            to build on the card title and make up the bulk 
            of the card's content.</p>
        </div>
      </div>
    </div>
   <!-- further similar blocks here -->

and when I was testing the layout in Chome Dev Tools, the breaking seemed a bit odd, so I took a closer look. I found out that the first div is still showing while the other divs already "broke" to col-xs-12 at exactly 543px. It's fairly improbable that someone is using a page with exactly that resolution, but still I think it shouldn't be that way.

best
Wolfgang

@mdo
Copy link
Member

mdo commented Feb 7, 2016

This was opened a long time ago and there have been significant changes to v4 since then. If you're still having this problem, can you please open a new issue with a jsbin demo-ing the bug? Thanks!

@mdo mdo closed this as completed Feb 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants