0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-12 02:52:01 +08:00
discourse/app/assets/stylesheets/admin/admin_reports.scss
Alan Guo Xiang Tan d2aa6131fb
DEV: Remove reporting_improvements upcoming change (#41259)
This PR promotes the `reporting_improvements` upcoming change to the
default for all admins and removes the flag.
2026-07-01 07:52:02 +08:00

15 lines
293 B
SCSS
Vendored

.admin-reports {
.admin-report {
width: 100%;
.report-header {
padding-bottom: 0.5em;
margin-bottom: 1em;
border-bottom: 1px solid var(--content-border-color);
}
}
.admin-report-chart .chart-canvas-container {
height: clamp(200px, 50vh, 350px);
}
}