Commit de1ee173 by Frances Botsford Committed by Julian Arni

fixing alignment error on studio component error message, i18n error message

parent b7485fd8
......@@ -357,6 +357,7 @@ body.course.unit,.view-unit {
}
.wrapper-alert-error {
margin-top: ($baseline*1.25);
box-shadow: none;
border-top: 5px solid $red-l1;
......
......@@ -11,7 +11,7 @@
${_("We're having trouble rendering your component")}
</h2>
<p>Students will not be able to access this component. Re-edit your component to fix the error.</p>
<p>${_("Students will not be able to access this component. Re-edit your component to fix the error.")}</p>
% if message:
<p class="description">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment