From: Lynda Date: Thu, 10 Mar 2016 19:41:58 +0000 (-0700) Subject: Updated Firefox version in Callout on Flex Grid Page X-Git-Tag: v6.2.2-rc1~4^2~18^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21e26b0541a2a0ced1362c355f10c3f50830b8f6;p=thirdparty%2Ffoundation%2Ffoundation-sites.git 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. --- 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.

---