mirror of
https://github.com/kristoferssolo/FOSSDB.git
synced 2025-10-21 17:50:35 +00:00
Display linebreaks for Project.description
This commit is contained in:
parent
9dfd78b322
commit
5d969f3d3b
@ -97,7 +97,7 @@
|
||||
{% endfor %}
|
||||
</div>
|
||||
<!-- 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="">
|
||||
<!-- hosting platform and licenses on one line -->
|
||||
<div class="flex justify-between w-full mt-4 font-abel">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user