Skip to content

Commit fff0116

Browse files
committed
closes #24450
1 parent 3506ae9 commit fff0116

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/4.0/layout/grid.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,7 @@ For example, here are two grid layouts that apply to every device and viewport,
149149
{% endexample %}
150150
</div>
151151

152-
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`.
153-
154-
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.
152+
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.
155153

156154
<div class="bd-example-row">
157155
{% example html %}

0 commit comments

Comments
 (0)