From 2ce2f08664e540f1ced0b2e2b9ec601a2a6382bd Mon Sep 17 00:00:00 2001 From: Frances Botsford Date: Mon, 29 Jul 2013 15:07:55 -0400 Subject: [PATCH] fix for extra long error on course creation --- cms/static/sass/views/_dashboard.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cms/static/sass/views/_dashboard.scss b/cms/static/sass/views/_dashboard.scss index 81a3f0b369..a79177cc31 100644 --- a/cms/static/sass/views/_dashboard.scss +++ b/cms/static/sass/views/_dashboard.scss @@ -425,7 +425,7 @@ body.dashboard { } .wrap-error.is-shown { - height: 45px; + height: 65px; opacity: 1; }