From: Michael Lehenbauer Date: Sun, 16 Feb 2020 14:47:55 +0000 (-0800) Subject: Remove confusing "Equal-width multi-line" section from docs (#30189) X-Git-Tag: v5.0.0-alpha1~440 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1dcd4967cc083748af332897e3371f67f6693056;p=thirdparty%2Fbootstrap.git Remove confusing "Equal-width multi-line" section from docs (#30189) --- diff --git a/site/content/docs/4.3/layout/grid.md b/site/content/docs/4.3/layout/grid.md index 82b6b1aa17..071bb070b9 100644 --- a/site/content/docs/4.3/layout/grid.md +++ b/site/content/docs/4.3/layout/grid.md @@ -145,24 +145,6 @@ For example, here are two grid layouts that apply to every device and viewport, {{< /example >}} -### 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 `.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 your target browsers don't fall into the buggy versions. - -{{< example class="bd-example-row" >}} -
-
-
col
-
col
-
-
col
-
col
-
-
-{{< /example >}} - ### Setting one column width Auto-layout for flexbox grid columns also means you can set the width of one column and have the sibling columns automatically resize around it. You may use predefined grid classes (as shown below), grid mixins, or inline widths. Note that the other columns will resize no matter the width of the center column.