From ea0e188c8f8c84cfac438b20b63d0872fae48384 Mon Sep 17 00:00:00 2001 From: Joffrey JAFFEUX Date: Tue, 22 Jan 2019 11:47:54 +0100 Subject: [PATCH] FIX: improves stacked-chart layout on ie11 (#6922) --- .../common/admin/dashboard_next.scss | 29 ++++++++++--------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/app/assets/stylesheets/common/admin/dashboard_next.scss b/app/assets/stylesheets/common/admin/dashboard_next.scss index 61907780084..5eb1e8abbde 100644 --- a/app/assets/stylesheets/common/admin/dashboard_next.scss +++ b/app/assets/stylesheets/common/admin/dashboard_next.scss @@ -145,34 +145,34 @@ .admin-report { -ms-grid-column-span: 4; - &.consolidated-page-views { - -ms-grid-column-span: 12; - } - &:nth-of-type(1) { -ms-grid-row: 1; -ms-grid-column: 1; } &:nth-of-type(2) { - -ms-grid-row: 1; - -ms-grid-column: 5; - } - &:nth-of-type(3) { - -ms-grid-row: 1; - -ms-grid-column: 9; - } - &:nth-of-type(4) { -ms-grid-row: 2; -ms-grid-column: 1; } - &:nth-of-type(5) { + &:nth-of-type(3) { -ms-grid-row: 2; -ms-grid-column: 5; } - &:nth-of-type(6) { + &:nth-of-type(4) { -ms-grid-row: 2; -ms-grid-column: 9; } + &:nth-of-type(5) { + -ms-grid-row: 3; + -ms-grid-column: 1; + } + &:nth-of-type(6) { + -ms-grid-row: 3; + -ms-grid-column: 5; + } + &:nth-of-type(7) { + -ms-grid-row: 3; + -ms-grid-column: 9; + } } .admin-report { @@ -180,6 +180,7 @@ &.consolidated-page-views { grid-column: span 12; + -ms-grid-column-span: 12; } }