From f86933de4fd563e112897f93c1e28eb8f24dff5d Mon Sep 17 00:00:00 2001 From: Arjun Singh Date: Sun, 23 Sep 2012 20:53:38 -0700 Subject: [PATCH] Increase height of progress graph; allows for more cutoffs to look reasonable --- lms/static/sass/course/_profile.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/static/sass/course/_profile.scss b/lms/static/sass/course/_profile.scss index 5b1d6ee068..0683781e44 100644 --- a/lms/static/sass/course/_profile.scss +++ b/lms/static/sass/course/_profile.scss @@ -150,7 +150,7 @@ div.profile-wrapper { } div#grade-detail-graph { - min-height: 300px; + min-height: 400px; width: 100%; }