error banner fixes

This commit is contained in:
Anthony Stirling 2024-05-18 18:40:13 +01:00
parent e0d3bbf13b
commit 2968a696cd

View file

@ -15,7 +15,7 @@
<p th:text="${message} + ' for path: ' + ${path}"></p> <p th:text="${message} + ' for path: ' + ${path}"></p>
<!-- Stack trace section --> <!-- Stack trace section -->
<div id="trace" th:if="${trace}" style="max-height: 0; overflow: hidden;"> <div id="trace" th:if="${trace}" style="max-height: 0; overflow: hidden;">
<div style="background-color: #f8d7da; border: 1px solid #f5c6cb; border-radius: 3px; padding: 10px; margin-top: 5px;"> <div>
<pre id="traceContent" th:text="${trace}"></pre> <pre id="traceContent" th:text="${trace}"></pre>
</div> </div>
<!-- Buttons to submit a ticket on GitHub and join Discord server --> <!-- Buttons to submit a ticket on GitHub and join Discord server -->