Commit e7216747 by muzaffaryousaf

Minor code refactoring.

TNL-814
parent 7af80801
......@@ -215,7 +215,7 @@
<div class="answer__value">
<h6 class="label sr">{% trans "Peer's assessment" %}: </h6>
<p class="answer__value__raw">{{ assessment.feedback }}</p>
<p class="answer__value__raw">{{ assessment.feedback }}</p>
</div>
</li>
{% endif %}
......
......@@ -859,8 +859,8 @@
.question__title__copy {
@extend %t-heading;
margin-left: ($baseline-h/4);
color: $heading-color;
white-space: pre-wrap;
color: $heading-color;
}
.question__score {
......
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