Skip to content

Commit

Permalink
Minor wording changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Jun 24, 2019
1 parent 39fc46f commit 2fb6ccf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/content/docs/4.3/layout/grid.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,9 @@ For example, here are two grid layouts that apply to every device and viewport,

### Equal-width multi-line

Create equal-width columns that span multiple lines by inserting a `.w-100` where you want the columns to break to a new line. Make the breaks responsive by mixing the `.w-100` with some [responsive display utilities]({{< docsref "/utilities/display" >}}).
Create equal-width columns that span multiple lines by inserting a `.w-100` where you want the columns to break to a new line. Make the breaks responsive by mixing `.w-100` with some [responsive display utilities]({{< docsref "/utilities/display" >}}).

There was a [Safari flexbox bug](https://github.com/philipwalton/flexbugs#flexbug-11) 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.
There was a [Safari flexbox bug](https://github.com/philipwalton/flexbugs#flexbug-11) 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 your target browsers don't fall into the buggy versions.

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

0 comments on commit 2fb6ccf

Please sign in to comment.