File size: 159 Bytes
f61d311 |
1 2 3 4 5 6 7 8 |
// temp fix .chartjs-tooltip-body-item
.chartjs-tooltip-body-item > td {
padding-bottom: 0 !important;
padding-top: 0 !important;
font-size: smaller;
}
|
f61d311 |
1 2 3 4 5 6 7 8 |
// temp fix .chartjs-tooltip-body-item
.chartjs-tooltip-body-item > td {
padding-bottom: 0 !important;
padding-top: 0 !important;
font-size: smaller;
}
|