diff --git a/cms/static/sass/views/_import.scss b/cms/static/sass/views/_import.scss index 70ff15351f..680626279e 100644 --- a/cms/static/sass/views/_import.scss +++ b/cms/static/sass/views/_import.scss @@ -64,9 +64,9 @@ .title { @extend %t-copy-lead1; - margin-bottom: ($baseline*0.75); overflow-x: hidden; text-overflow: ellipsis; + margin-bottom: 0; .label { margin-right: ($baseline/2); @@ -82,6 +82,7 @@ @extend %btn-primary-green; @extend %t-action1; display: none; + margin-top: ($baseline*0.75); width: 100%; padding: ($baseline*0.75) $baseline; } diff --git a/cms/templates/import.html b/cms/templates/import.html index dd22d47440..68e3ba1189 100644 --- a/cms/templates/import.html +++ b/cms/templates/import.html @@ -99,7 +99,7 @@
${_("Replacing previous course content with imported content")}
+${_("Replacing previous course content with imported content. This may take a while with larger courses.")}