From 309903b6ba390ab986111485da595313e43386de Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sat, 4 Jul 2020 13:49:42 +1000 Subject: [PATCH] limit max width of graphs https://forums.ankiweb.net/t/anki-2-1-28-beta/629/19 --- ts/src/stats/graphs.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/ts/src/stats/graphs.scss b/ts/src/stats/graphs.scss index 3fad7d98a..8a95c9b64 100644 --- a/ts/src/stats/graphs.scss +++ b/ts/src/stats/graphs.scss @@ -29,6 +29,7 @@ body { .graph { margin-left: auto; margin-right: auto; + max-width: 80em; } .graph h1 {