Commit 4cd55f53 by Usman Khalid

Fixes to styling.

parent 445b52ca
......@@ -7,7 +7,9 @@
{{ part.prompt.description|linebreaks }}
</article>
<div class="submission__answer__part__text">
{{ part.text|linebreaks }}
<div class="submission__answer__part__text__value">
{{ part.text|linebreaks }}
</div>
</div>
</li>
{% endfor %}
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -495,7 +495,7 @@
}
}
.submission__answer__part__text {
div.submission__answer__part__text__value {
border: 1px solid $color-decorative-secondary;
background-color: $white-t;
padding: $baseline-v;
......
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