]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
git that a link too for now
authorMark Otto <markdotto@gmail.com>
Sun, 26 Mar 2017 19:38:13 +0000 (12:38 -0700)
committerMark Otto <markd.otto@gmail.com>
Sun, 26 Mar 2017 20:23:49 +0000 (13:23 -0700)
docs/layout/grid.md

index 2eb704550fe0a8aeb1f53f00e620d3c55ec19fb6..01fbfe49384b2550e78721bcc27f2aa766288277 100644 (file)
@@ -164,6 +164,8 @@ For example, here are two grid layouts that apply to every device and viewport,
 
 Equal-width columns can be broken into multiple lines, but there is a [Safari flexbox bug](https://github.com/philipwalton/flexbugs#11-min-and-max-size-declarations-are-ignored-when-wrapping-flex-items) that prevents this from working without an explicit `flex-basis` or `border`. Our example works thanks to the `border` being set; you can do the same with `.col { border: 1px solid transparent; }`. Alternatively, you can set the flex-basis to the width of the column (e.g., `.col { flex: 1 0 50%; }`).
 
+Both these fixes have been documented in a [reduced test case outside Bootstrap](https://output.jsbin.com/micohor).
+
 <div class="bd-example-row">
 {% example html %}
 <div class="container">