/* The dashboard defaults every mobile chart to 220px. The heat-history chart
 * needs more room for its two axes, legend, month labels, and tooltip. */
@media (max-width: 520px) {
    .ted-chart-wrap.true-effort-condition-chart {
        height: 320px !important;
        min-height: 320px !important;
        max-height: 320px !important;
    }

    .ted-chart-wrap.true-effort-condition-chart canvas {
        max-height: 320px !important;
    }
}
