From 510d9d0bf5bb0d21bd6c8707d5ee162de6fe7491 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Tue, 4 Aug 2020 17:29:17 +1000 Subject: [PATCH] reduce maximum width --- ts/src/stats/graphs.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/src/stats/graphs.scss b/ts/src/stats/graphs.scss index 66b65ed73..4e6b299cc 100644 --- a/ts/src/stats/graphs.scss +++ b/ts/src/stats/graphs.scss @@ -35,7 +35,7 @@ body { .graph { margin-left: auto; margin-right: auto; - max-width: 80em; + max-width: 60em; page-break-inside: avoid; }