FIX: makes reports take full width (#6118)
This commit is contained in:
parent
a0793387cf
commit
2bf971c09f
|
@ -89,6 +89,10 @@
|
||||||
.section-title {
|
.section-title {
|
||||||
h2 {
|
h2 {
|
||||||
margin: 0 0.5em 0 0;
|
margin: 0 0.5em 0 0;
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: $primary;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -514,10 +518,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.admin-report.flags-status {
|
.admin-report.flags-status {
|
||||||
grid-column: span 6;
|
grid-column: span 12;
|
||||||
}
|
}
|
||||||
|
|
||||||
.admin-report.post-edits {
|
.admin-report.post-edits {
|
||||||
grid-column: span 6;
|
grid-column: span 12;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue