mirror of
https://github.com/kristoferssolo/FOSSDB.git
synced 2026-03-22 00:26:22 +00:00
Display linebreaks for Project.description
This commit is contained in:
@@ -97,7 +97,7 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
<!-- text -->
|
<!-- text -->
|
||||||
<p class="text-justify font-roboto my-12">{{ project.description }}</p>
|
<div class="text-justify font-roboto my-12">{{ project.description|linebreaks }}</div>
|
||||||
<div class="">
|
<div class="">
|
||||||
<!-- hosting platform and licenses on one line -->
|
<!-- hosting platform and licenses on one line -->
|
||||||
<div class="flex justify-between w-full mt-4 font-abel">
|
<div class="flex justify-between w-full mt-4 font-abel">
|
||||||
|
|||||||
Reference in New Issue
Block a user