Merge pull request #15 from MarcHagen/patch-2

Fix #13 - add output scroll
This commit is contained in:
Tamer 2023-03-01 11:44:41 +01:00 committed by GitHub
commit 6a2805345e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -217,7 +217,7 @@ $templateData['csrfToken'] = $_SESSION[LookingGlass::SESSION_CSRF] = bin2hex(ran
<?php endif ?> <?php endif ?>
<div class="card card-body bg-light mt-4" style="display: none;" id="outputCard"> <div class="card card-body bg-light mt-4" style="display: none;" id="outputCard">
<pre id="outputContent" style="overflow: hidden; white-space: pre; word-wrap: normal;"></pre> <pre id="outputContent" style="white-space: pre;word-wrap: normal;margin-bottom: 0;padding-bottom: 1rem;"></pre>
</div> </div>
</form> </form>