fix(style): heatmap
This commit is contained in:
parent
3d1e370e4e
commit
1067c19083
1 changed files with 10 additions and 0 deletions
|
|
@ -148,6 +148,16 @@
|
|||
.heatmap {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
||||
// excessive whitespace around the chart
|
||||
.chart-container {
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
// don't show the less..more legend
|
||||
.chart-legend {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: @screen-sm) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue