From 21e26b0541a2a0ced1362c355f10c3f50830b8f6 Mon Sep 17 00:00:00 2001 From: Lynda Date: Thu, 10 Mar 2016 12:41:58 -0700 Subject: [PATCH] Updated Firefox version in Callout on Flex Grid Page Updated version of Firefox to be 43+ since the current version is v45 which still has this issue. --- docs/pages/flex-grid.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/flex-grid.md b/docs/pages/flex-grid.md index fc8523e7a..9eeb2b3e4 100644 --- a/docs/pages/flex-grid.md +++ b/docs/pages/flex-grid.md @@ -13,7 +13,7 @@ The flex grid works very similarly to the standard float grid, but includes a nu The flex grid is only supported in Chrome, Firefox, Safari 6+, IE10+, iOS 7+, and Android 4.4+. Flexbox is supported in Android 2, but not reliably enough for use with this grid. ([View flexbox browser support.](http://caniuse.com/#feat=flexbox)) We recommend only using the flex grid on projects that can live with purely cutting-edge browser support.
-

In Firefox 43 (the latest version), images in flex columns may overflow their container. To fix this, add a defined width to any images inside a flex column, or use width: 100% for full-bleed images.

+

In Firefox 43+, images in flex columns may overflow their container. To fix this, add a defined width to any images inside a flex column, or use width: 100% for full-bleed images.

--- -- 2.47.2