fix chart generation
This commit is contained in:
@@ -218,9 +218,18 @@ body {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.chart-canvas {
|
||||
height: 210px;
|
||||
}
|
||||
|
||||
.chart-card.wide .chart-canvas {
|
||||
height: 220px;
|
||||
}
|
||||
|
||||
canvas {
|
||||
width: 100%;
|
||||
height: 210px;
|
||||
height: 100%;
|
||||
display: block;
|
||||
}
|
||||
|
||||
@media (max-width: 980px) {
|
||||
|
||||
Reference in New Issue
Block a user