Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/site
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2018-12-16 00:51:20 +0300
committerMark Otto <markdotto@gmail.com>2018-12-16 00:51:20 +0300
commit9d05cc25cb2d92bbfc26e616d5eaf426ae52df85 (patch)
treea51eb721e013e337572ebcd714828878f499f521 /site
parentffd3402a923b19754b4735803f9f9580bc1c38a5 (diff)
Fixes #26468: Mention min-height issue in IE10/11 for flexbox vertical alignment
Diffstat (limited to 'site')
-rw-r--r--site/docs/4.1/layout/grid.md2
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 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