From 8a8e1d06e452905996c2d49229c8e5fe34e4c308 Mon Sep 17 00:00:00 2001 From: Mark Sadecki Date: Thu, 19 Mar 2015 15:32:55 -0400 Subject: [PATCH] this actually drops the element selector from the CSS --- lms/static/sass/multicourse/_dashboard.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/static/sass/multicourse/_dashboard.scss b/lms/static/sass/multicourse/_dashboard.scss index edcdee011a..ca35c3082a 100644 --- a/lms/static/sass/multicourse/_dashboard.scss +++ b/lms/static/sass/multicourse/_dashboard.scss @@ -20,7 +20,7 @@ width: flex-grid(12); background: $dashboard-profile-color; - h2.user-name { + .user-name { overflow: hidden; margin: 0; padding: ($baseline*0.75) ($baseline/2);