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/docs
diff options
context:
space:
mode:
authorGijs Boddeus <botje_gijs@hotmail.com>2017-10-19 11:01:48 +0300
committerMark Otto <markd.otto@gmail.com>2017-10-19 11:01:48 +0300
commit07034cb3b01553bbba7fa1c418bbee2d7df84653 (patch)
tree866e6e517d904d1292c405767668f067036391aa /docs
parent80e8e6754a47578422347bd6c3999cb6477bccd2 (diff)
fix typo in flex.md (#24431)
Diffstat (limited to 'docs')
-rw-r--r--docs/4.0/utilities/flex.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/utilities/flex.md b/docs/4.0/utilities/flex.md
index c9aa5d2997..470a7db723 100644
--- a/docs/4.0/utilities/flex.md
+++ b/docs/4.0/utilities/flex.md
@@ -215,7 +215,7 @@ Responsive variations also exist for `align-self`.
## Auto margins
-Flexbox can do some pretty awesome things when you mix flex alignments with auto margins. Shown below is are three examples of controlling flex items via auto margins: default (no auto margin), pushing two items to the right (`.mr-auto`), and pushing two items to the left (`.ml-auto`).
+Flexbox can do some pretty awesome things when you mix flex alignments with auto margins. Shown below are three examples of controlling flex items via auto margins: default (no auto margin), pushing two items to the right (`.mr-auto`), and pushing two items to the left (`.ml-auto`).
**Unfortunately, IE10 and IE11 do not properly support auto margins on flex items whose parent has a non-default `justify-content` value.** [See this StackOverflow answer](https://stackoverflow.com/a/37535548) for more details.