From: Ondřej Vašíček Date: Thu, 2 Jun 2016 10:39:03 +0000 (+0200) Subject: Error on Collapse/Uncollapse Rows example X-Git-Tag: v6.2.4-rc1~32^2~26^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b1d87ef;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Error on Collapse/Uncollapse Rows example The description doesn't correspond to the example code. To me, the description seems to be fine, so I fixed the code. --- diff --git a/docs/pages/flex-grid.md b/docs/pages/flex-grid.md index e9d258ab3..ef9c1eb33 100644 --- a/docs/pages/flex-grid.md +++ b/docs/pages/flex-grid.md @@ -243,7 +243,7 @@ The `.collapse` class lets you remove column gutters (padding). There are times when you won't want each media query to be collapsed or uncollapsed. In this case, use the media query size you want and collapse or uncollapse and add that to your row element. Example shows no gutter at small media size and then adds the gutter to columns at medium. ```html -
+
Removes gutter at large media query