]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
closes #24450
authorMark Otto <markdotto@gmail.com>
Fri, 24 Nov 2017 20:40:56 +0000 (12:40 -0800)
committerMark Otto <markdotto@gmail.com>
Fri, 24 Nov 2017 20:40:56 +0000 (12:40 -0800)
docs/4.0/layout/grid.md

index 307b677d2b1b3af0b414c02c19c3f0468b075d63..5ef1fd64818aa9bdcd00f99304225fa92a1f3cf9 100644 (file)
@@ -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 %}