From f180147cbdbd0d82152b75633b139dbf0a38ec08 Mon Sep 17 00:00:00 2001 From: Ole Laursen Date: Fri, 17 Feb 2017 17:38:11 +0000 Subject: [PATCH] Put chart height in the CSS to prevent flickering when loading a stats page - Legacy-Id: 12868 --- ietf/static/ietf/css/ietf.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ietf/static/ietf/css/ietf.css b/ietf/static/ietf/css/ietf.css index f095e9eb7..67a18b1f6 100644 --- a/ietf/static/ietf/css/ietf.css +++ b/ietf/static/ietf/css/ietf.css @@ -573,6 +573,10 @@ table.simple-table td:last-child { text-indent: -1em; } +.document-stats #chart { + height: 25em; +} + .stats-time-graph { height: 15em; }