From 1ba48826511ad60476d68bacd0e7e301c125e9fd Mon Sep 17 00:00:00 2001 From: Kevin Ball Date: Fri, 10 Feb 2017 16:01:38 -0800 Subject: [PATCH] Revert "Fix bug #9361" This reverts commit c84d6c1ccffcae6d2f46e3932e3ca62f151074b3. --- scss/grid/_flex-grid.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.47.2