diff --git a/ts/src/stats/graphs.scss b/ts/src/stats/graphs.scss index 3b12ff522..716a83050 100644 --- a/ts/src/stats/graphs.scss +++ b/ts/src/stats/graphs.scss @@ -36,6 +36,7 @@ body { margin-left: auto; margin-right: auto; max-width: 80em; + page-break-inside: avoid; } .graph h1 { @@ -67,6 +68,12 @@ body { padding: 0.5em; } +@media print { + .range-box { + position: absolute; + } +} + .range-box-pad { height: 4em; }