mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-02-13 15:04:43 +00:00
12 lines
217 B
SCSS
12 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;
|
|
}
|
|
}
|
|
}
|