aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2019-06-22 17:42:41 +0300
committerXhmikosR <[email protected]>2019-07-10 11:03:54 +0300
commita92f838c8d2dc7e0d736247beb8084d79d2c2fa4 (patch)
tree520394f4d735671854761fc619f85ff7cba0a669
parente76fce5852b734ca6f0c093b65f29891df3c0ad0 (diff)
downloadbootstrap-a92f838c8d2dc7e0d736247beb8084d79d2c2fa4.tar.xz
bootstrap-a92f838c8d2dc7e0d736247beb8084d79d2c2fa4.zip
Minor wording changes.
-rw-r--r--site/docs/4.3/layout/grid.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/docs/4.3/layout/grid.md b/site/docs/4.3/layout/grid.md
index 8aa560c46..3cf8d2778 100644
--- a/site/docs/4.3/layout/grid.md
+++ b/site/docs/4.3/layout/grid.md
@@ -153,9 +153,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]({{ site.baseurl }}/docs/{{ site.docs_version }}/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]({{ site.baseurl }}/docs/{{ site.docs_version }}/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">
{% capture example %}