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 { ...@@ -357,6 +357,7 @@ body.course.unit,.view-unit {
} }
.wrapper-alert-error { .wrapper-alert-error {
margin-top: ($baseline*1.25);
box-shadow: none; box-shadow: none;
border-top: 5px solid $red-l1; border-top: 5px solid $red-l1;
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
${_("We're having trouble rendering your component")} ${_("We're having trouble rendering your component")}
</h2> </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: % if message:
<p class="description"> <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