Skip to content

Commit

Permalink
fix: inline pre-wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhatri1 committed Apr 28, 2020
1 parent 6c8a9ea commit d802b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gavel/templates/_item.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</p>

<p class="capitalize text-12 md:text-16 text-indigo font-medium pb-.8">Project Details</p>
<p class="whitespace-pre-wrap w-full max-w-full text-12 md:text-14 pb-1.2">{{ item.description | safe }}</p>
<p class="whitespace-pre-wrap w-full max-w-full text-12 md:text-14 pb-1.2" style="white-space: pre-wrap; word-wrap: break-word;">{{ item.description | safe }}</p>
</div>

{% if virtual %}
Expand Down

0 comments on commit d802b42

Please sign in to comment.