mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-08-06 21:23:47 +00:00
9 lines
142 B
SCSS
9 lines
142 B
SCSS
.dashboard.dashboard-sentiment .charts {
|
|
.overall-sentiment {
|
|
grid-column: span 6;
|
|
}
|
|
.post-emotion {
|
|
grid-column: span 6;
|
|
}
|
|
}
|