diff --git a/lms/static/sass/features/_leaderboard.scss b/lms/static/sass/features/_leaderboard.scss index bebd9ffb8483..2b941e6b0352 100644 --- a/lms/static/sass/features/_leaderboard.scss +++ b/lms/static/sass/features/_leaderboard.scss @@ -27,6 +27,7 @@ .star-icon { width: 25%; + max-width: 104px; } } diff --git a/lms/templates/dashboard.html b/lms/templates/dashboard.html index 2963cfc46799..c96bfefdaf4d 100644 --- a/lms/templates/dashboard.html +++ b/lms/templates/dashboard.html @@ -284,7 +284,7 @@

${course_dir}

- + @@ -315,7 +315,7 @@

${course_dir}

- + <%block name="skip_links"> % if settings.FEATURES.get('ENABLE_ANNOUNCEMENTS'): ${_("Skip to list of announcements")} diff --git a/lms/templates/header/header.html b/lms/templates/header/header.html index ed2efac17c10..962b5a1b1f52 100644 --- a/lms/templates/header/header.html +++ b/lms/templates/header/header.html @@ -51,13 +51,13 @@ )} % endif
- <%include file="navbar-logo-header.html" args="online_help_token=online_help_token"/> + <%include file="navbar-logo-header.html" args="online_help_token=online_help_token"/> % if user.is_authenticated: <%include file="navbar-authenticated.html" args="online_help_token=online_help_token"/> % else: