From 7ca7a72d2c256b3343d661f99b27485a143d9419 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20GRAVIER?= Date: Tue, 31 Jan 2017 01:12:42 +0100 Subject: [PATCH] Fix for #9729 --- scss/grid/_flex-grid.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/scss/grid/_flex-grid.scss b/scss/grid/_flex-grid.scss index 7b0654948c..2e07902ceb 100644 --- a/scss/grid/_flex-grid.scss +++ b/scss/grid/_flex-grid.scss @@ -143,7 +143,12 @@ // Expanded row &.expanded { - @include grid-row-size(expand); + @include grid-row-size(expand); + + .row { + margin-right: auto; + margin-left: auto; + } } &:not(.expanded) .row {