From 02424ac789120fd285ca69c3ec1aca64cc1bf2d1 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Thu, 30 Jul 2020 21:16:18 -0500 Subject: [PATCH] tweaks to print view of graphs --- ts/src/stats/graphs.scss | 7 +++++++ 1 file changed, 7 insertions(+) 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; }