diff options
| author | Mark Otto <[email protected]> | 2018-12-15 13:51:20 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2018-12-15 13:51:20 -0800 |
| commit | 9d05cc25cb2d92bbfc26e616d5eaf426ae52df85 (patch) | |
| tree | a51eb721e013e337572ebcd714828878f499f521 /site/docs | |
| parent | ffd3402a923b19754b4735803f9f9580bc1c38a5 (diff) | |
| download | bootstrap-9d05cc25cb2d92bbfc26e616d5eaf426ae52df85.tar.xz bootstrap-9d05cc25cb2d92bbfc26e616d5eaf426ae52df85.zip | |
Fixes #26468: Mention min-height issue in IE10/11 for flexbox vertical alignment
Diffstat (limited to 'site/docs')
| -rw-r--r-- | site/docs/4.1/layout/grid.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/4.1/layout/grid.md b/site/docs/4.1/layout/grid.md index 1ee089381..9311c544d 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 |
