From 9d05cc25cb2d92bbfc26e616d5eaf426ae52df85 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 15 Dec 2018 13:51:20 -0800 Subject: [PATCH] Fixes #26468: Mention min-height issue in IE10/11 for flexbox vertical alignment --- site/docs/4.1/layout/grid.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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