diff --git a/lms/djangoapps/learner_dashboard/programs.py b/lms/djangoapps/learner_dashboard/programs.py index f7e0914a88..4ec9df392d 100644 --- a/lms/djangoapps/learner_dashboard/programs.py +++ b/lms/djangoapps/learner_dashboard/programs.py @@ -31,6 +31,8 @@ class ProgramsFragmentView(EdxFragmentView): """ A fragment to program listing. """ + _uses_pattern_library = False + def render_to_fragment(self, request, **kwargs): """ Render the program listing fragment. @@ -82,6 +84,8 @@ class ProgramDetailsFragmentView(EdxFragmentView): """ Render the program details fragment. """ + _uses_pattern_library = False + def render_to_fragment(self, request, program_uuid, **kwargs): """View details about a specific program.""" programs_config = kwargs.get('programs_config') or ProgramsApiConfig.current() diff --git a/lms/static/sass/elements/_program-card.scss b/lms/static/sass/elements/_program-card.scss index 8a6fefcbb6..4aeb539494 100644 --- a/lms/static/sass/elements/_program-card.scss +++ b/lms/static/sass/elements/_program-card.scss @@ -168,8 +168,6 @@ } .progress-container { - max-width: inherit; - .progress-bar { height: 5px; display: flex;