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

Don't clearfix if flexbox is enabled. Fixes #18849 #18851

Merged
merged 1 commit into from
Oct 28, 2016
Merged

Don't clearfix if flexbox is enabled. Fixes #18849 #18851

merged 1 commit into from
Oct 28, 2016

Conversation

ju1ius
Copy link
Contributor

@ju1ius ju1ius commented Jan 11, 2016

See #18849.
Added:

@if (not $enable-flex) {
  @include clearfix;
}

to .card-header, .card-block and .card-footer

@kfrijters
Copy link

modal has the same problem, would you mind adding this fix to that as well?

@mdo mdo added this to the v4.0.0-alpha.6 milestone Oct 28, 2016
@mdo mdo merged commit 2df2efc into twbs:v4-dev Oct 28, 2016
@mdo mdo mentioned this pull request Oct 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants