From 6bc1d34022634c8c0c1d2a3f1637fb4201e68a23 Mon Sep 17 00:00:00 2001 From: Tyler Hallada Date: Tue, 6 Feb 2018 17:22:58 -0500 Subject: [PATCH] Add class=SFE to root div to increase specificity --- common/djangoapps/pipeline_mako/templates/static_content.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/djangoapps/pipeline_mako/templates/static_content.html b/common/djangoapps/pipeline_mako/templates/static_content.html index 0638d899c1..a33e5fcaa2 100644 --- a/common/djangoapps/pipeline_mako/templates/static_content.html +++ b/common/djangoapps/pipeline_mako/templates/static_content.html @@ -106,7 +106,7 @@ source, template_path = Loader(engine).load_template_source(path) -
+
% if settings.STUDIO_FRONTEND_CONTAINER_URL: % else: