FIX: reports issues with ie11 (#6828)

This commit is contained in:
Joffrey JAFFEUX 2018-12-28 21:32:07 +01:00 committed by GitHub
parent 9a8db2748a
commit e7cf642b1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -81,7 +81,7 @@
}
.main {
flex: 1 0 0;
flex: 1;
}
.main .report-alert {
@ -184,3 +184,9 @@
margin-right: auto;
}
}
.admin-report.storage-stats {
.main {
flex: 1 0 auto;
}
}