Skip to content

Commit

Permalink
fix: wrap long object dump when rendering binding info (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
derberg authored Apr 20, 2021
1 parent d3fa169 commit d2c4513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion partials/protocols.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<div
class="{% if odd %}bg-gray-200{% else %}bg-gray-100{% endif %} {% if not root %}pl-8 pr-8{% endif %} rounded"
>
<pre class="text-sm">{{ bindingValue | dump(2) }}</pre>
<pre class="text-sm whitespace-pre-wrap">{{ bindingValue | dump(2) }}</pre>
</div>
</div>
</div>
Expand Down

0 comments on commit d2c4513

Please sign in to comment.