fix(style): heatmap

This commit is contained in:
Rushabh Mehta 2019-06-24 18:36:29 +05:30
parent 3d1e370e4e
commit 1067c19083

View file

@ -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) {