Update scroll classname to make base.html template

This commit is contained in:
Michael Hill
2022-07-26 19:07:03 -04:00
committed by GitHub
parent d44ab40729
commit db07028aa0

View File

@@ -3,7 +3,7 @@
<h3>SQL Details</h3>
</div>
<div class="flDebugPanelContent">
<div class="scroll">
<div class="flDebugScroll">
<dl>
<dt>Executed SQL</dt>
<dd>{{ sql }}</dd>