Commit 0c869dd7 by attiyaishaque Committed by Attiya Ishaque

EDUCATOR-921 Fix Instructor bio missing paragraph breaks.

parent d1c42b13
......@@ -272,6 +272,10 @@
padding-bottom: 2px;
}
}
.pre{
white-space: pre;
}
}
textarea {
......
......@@ -52,7 +52,7 @@
<div class="heading">{% trans "Bio" %}
{% include "publisher/course_run_detail/_clipboard.html" %}
</div>
<div class="copy bio"></div>
<div class="copy bio pre"></div>
</div>
<div class="social-links">
......
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