diff --git a/lms/djangoapps/learner_dashboard/programs.py b/lms/djangoapps/learner_dashboard/programs.py index f7e0914a88f386336976555a551f0eaf5892a155..4ec9df392d9a92404bf447e3f49cecc804ea1118 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 8a6fefcbb6cb6a012e29bef3504c5272ed58ded8..4aeb539494a05b814e92e8fc2ec105c7ae054bac 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;