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

Column reset not working #24136

Closed
dmolineus opened this issue Sep 27, 2017 · 2 comments
Closed

Column reset not working #24136

dmolineus opened this issue Sep 27, 2017 · 2 comments
Labels
Projects

Comments

@dmolineus
Copy link

dmolineus commented Sep 27, 2017

Resetting column does not work with current v4 beta. I've searched for any issues for it and looked at the current docs in v4-dev branch, it seems to not have changed:

You can look at the docs to see it: https://getbootstrap.com/docs/4.0/layout/grid/#column-resets

Tested with

  • Google Chrome 61
  • Firefox 55

The clearfix get's displayed with width 0px. I can workaround the issue when I add another helper class: w-100.

dmolineus added a commit to contao-bootstrap/grid that referenced this issue Sep 27, 2017
@andresgalante
Copy link
Collaborator

Since the grid uses flex and not floats anymore, I wonder why do we even need a clearfix there? it doesn't make sense to me.

@mdo
Copy link
Member

mdo commented Oct 2, 2017

Yeah, I feel like this section should be rewritten to focus on breaking the flex wrap so that a column can appear on the next line without a new row.

@mdo mdo closed this as completed in 742e3a7 Oct 3, 2017
@mdo mdo added this to Shipped in v4 Beta 2 Oct 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
v4 Beta 2
Shipped
Development

No branches or pull requests

4 participants