Adjust log display to always show all entries. Fixes #22.

This commit is contained in:
Justin Hawkins 2023-03-13 11:43:08 +10:30
parent ea70f47f76
commit cf7efa70ee

View File

@ -38,7 +38,7 @@
{{ end }}
<div>
<h4>Logs</h4>
<pre x-text="log">
<pre x-text="log" style="height: auto;">
</pre>
</div>
</div>