FIX: makes reports take full width (#6118)

This commit is contained in:
Joffrey JAFFEUX 2018-07-19 19:29:58 -04:00 committed by GitHub
parent a0793387cf
commit 2bf971c09f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 2 deletions

View File

@ -89,6 +89,10 @@
.section-title {
h2 {
margin: 0 0.5em 0 0;
a {
color: $primary;
}
}
display: flex;
@ -514,10 +518,10 @@
}
.admin-report.flags-status {
grid-column: span 6;
grid-column: span 12;
}
.admin-report.post-edits {
grid-column: span 6;
grid-column: span 12;
}
}