mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-08-13 08:33:28 +00:00
11 lines
164 B
SCSS
11 lines
164 B
SCSS
|
.dashboard.dashboard-sentiment {
|
||
|
.charts {
|
||
|
.overall-sentiment {
|
||
|
grid-column: span 12;
|
||
|
}
|
||
|
.post-emotion {
|
||
|
grid-column: span 12;
|
||
|
}
|
||
|
}
|
||
|
}
|