Skip to content

Commit

Permalink
closes #24450
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Nov 24, 2017
1 parent 3506ae9 commit fff0116
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/4.0/layout/grid.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,7 @@ For example, here are two grid layouts that apply to every device and viewport,
{% endexample %}
</div>

Equal-width columns can be broken into multiple lines, but there was a [Safari flexbox bug](https://github.com/philipwalton/flexbugs#11-min-and-max-size-declarations-are-ignored-when-wrapping-flex-items) that prevented this from working without an explicit `flex-basis` or `border`.

Two workarounds have been documented in a [reduced test case outside Bootstrap](https://output.jsbin.com/micohor), though if the browser is up to date this shouldn't be necessary.
Equal-width columns can be broken into multiple lines, but there was a [Safari flexbox bug](https://github.com/philipwalton/flexbugs#11-min-and-max-size-declarations-are-ignored-when-wrapping-flex-items) that prevented this from working without an explicit `flex-basis` or `border`. There are workarounds for older browser versions, but they shouldn't be necessary if you're up-to-date.

<div class="bd-example-row">
{% example html %}
Expand Down

0 comments on commit fff0116

Please sign in to comment.