mirror of
https://ghfast.top/https://github.com/discourse/discourse-ai.git
synced 2026-07-18 11:49:33 +08:00
11 lines
217 B
SCSS
11 lines
217 B
SCSS
.dashboard.dashboard-sentiment {
|
|
.charts {
|
|
display: grid;
|
|
grid-template-columns: repeat(12, 1fr);
|
|
grid-column-gap: 1em;
|
|
grid-row-gap: 1em;
|
|
.admin-report {
|
|
grid-column: span 12;
|
|
}
|
|
}
|
|
}
|