FIX: improves stacked-chart layout on ie11 (#6922)

This commit is contained in:
Joffrey JAFFEUX 2019-01-22 11:47:54 +01:00 committed by GitHub
parent 2fe9617dc1
commit ea0e188c8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 14 deletions

View File

@ -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;
}
}