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
diff options
context:
space:
mode:
Diffstat (limited to 'site/docs/4.3/components/media-object.md')
-rw-r--r--site/docs/4.3/components/media-object.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/site/docs/4.3/components/media-object.md b/site/docs/4.3/components/media-object.md
index 32628e723f..0fbaf150b5 100644
--- a/site/docs/4.3/components/media-object.md
+++ b/site/docs/4.3/components/media-object.md
@@ -23,15 +23,6 @@ Below is an example of a single media object. Only two classes are required—th
{% endcapture %}
{% include example.html content=example %}
-{% capture callout %}
-##### Flexbug #12: Inline elements aren't treated as flex items
-
-Internet Explorer 10-11 do not render inline elements like links or images (or `::before` and `::after` pseudo-elements) as flex items. The only workaround is to set a non-inline `display` value (e.g., `block`, `inline-block`, or `flex`). We suggest using `.d-flex`, one of our [display utilities]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/display/), as an easy fix.
-
-**Source:** [Flexbugs on GitHub](https://github.com/philipwalton/flexbugs#flexbug-12)
-{% endcapture %}
-{% include callout.html content=callout type="warning" %}
-
## Nesting
Media objects can be infinitely nested, though we suggest you stop at some point. Place nested `.media` within the `.media-body` of a parent media object.