diff --git a/docs/pages/card.md b/docs/pages/card.md index 424e1a4747..877b318376 100644 --- a/docs/pages/card.md +++ b/docs/pages/card.md @@ -36,6 +36,20 @@ A card container has no padding, allowing you to place full-bleed images inside. ``` +
Browser Bug (IE 11 - Flexbug): On IE 11, when using the card with image, you may see a lot of whitespace under each image that happens to match the original image size. The bug can be reproduced here on an IE11 browser. Use .card-image
class to wrap your image to resolve this.