diff options
| author | Mark Otto <[email protected]> | 2017-11-24 12:40:56 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-11-24 12:40:56 -0800 |
| commit | fff0116f7037dfb27ec19a1ccd9cf30ced2883d0 (patch) | |
| tree | e0d903bd25b26bf4bd492f33682166a4277f9d07 | |
| parent | 3506ae97bf5f9012c02764fb9c23ad6b6b8a9815 (diff) | |
| download | bootstrap-fff0116f7037dfb27ec19a1ccd9cf30ced2883d0.tar.xz bootstrap-fff0116f7037dfb27ec19a1ccd9cf30ced2883d0.zip | |
closes #24450
| -rw-r--r-- | docs/4.0/layout/grid.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/4.0/layout/grid.md b/docs/4.0/layout/grid.md index 307b677d2..5ef1fd648 100644 --- a/docs/4.0/layout/grid.md +++ b/docs/4.0/layout/grid.md @@ -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 %} |
