From: Mark Otto Date: Sat, 15 Dec 2018 21:51:20 +0000 (-0800) Subject: Fixes #26468: Mention min-height issue in IE10/11 for flexbox vertical alignment X-Git-Tag: v4.3.0~147^2~18^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F27849%2Fhead;p=thirdparty%2Fbootstrap.git Fixes #26468: Mention min-height issue in IE10/11 for flexbox vertical alignment --- diff --git a/site/docs/4.1/layout/grid.md b/site/docs/4.1/layout/grid.md index 1ee0893818..9311c544d7 100644 --- a/site/docs/4.1/layout/grid.md +++ b/site/docs/4.1/layout/grid.md @@ -340,7 +340,7 @@ Here's an example of customizing the Bootstrap grid at the large (`lg`) breakpoi ## Alignment -Use flexbox alignment utilities to vertically and horizontally align columns. +Use flexbox alignment utilities to vertically and horizontally align columns. **Internet Explorer 10-11 do not support vertical alignment of flex items when the flex container has a `min-height` as shown below.** [See Flexbugs #3 for more details.](https://github.com/philipwalton/flexbugs#flexbug-3) ### Vertical alignment