diff options
| author | XhmikosR <[email protected]> | 2019-06-22 17:42:41 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-06-24 09:15:52 +0300 |
| commit | 2fb6ccf95183cef502445a77610a27c9dc8390b2 (patch) | |
| tree | 14cf6c3f7aa951017765395a986e9b9c8494949f | |
| parent | 39fc46fb71544d70b374d969c2acdadb16f9d89c (diff) | |
| download | bootstrap-2fb6ccf95183cef502445a77610a27c9dc8390b2.tar.xz bootstrap-2fb6ccf95183cef502445a77610a27c9dc8390b2.zip | |
Minor wording changes.
| -rw-r--r-- | site/content/docs/4.3/layout/grid.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/site/content/docs/4.3/layout/grid.md b/site/content/docs/4.3/layout/grid.md index 1cd169770..3d914e877 100644 --- a/site/content/docs/4.3/layout/grid.md +++ b/site/content/docs/4.3/layout/grid.md @@ -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 >}} |
