From: Kevin Ball Date: Sat, 11 Feb 2017 00:01:38 +0000 (-0800) Subject: Revert "Fix bug #9361" X-Git-Tag: v6.3.1~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9770%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Revert "Fix bug #9361" This reverts commit c84d6c1ccffcae6d2f46e3932e3ca62f151074b3. --- diff --git a/scss/grid/_flex-grid.scss b/scss/grid/_flex-grid.scss index 7b0654948..e6bb72bdc 100644 --- a/scss/grid/_flex-grid.scss +++ b/scss/grid/_flex-grid.scss @@ -173,7 +173,8 @@ // Column row // The double .row class is needed to bump up the specificity .column.row.row { - display: flex; + float: none; + display: block; } // To properly nest a column row, padding and margin is removed