Merge pull request #1420 from MDXDave/patch-1

Fixed scrolling on long content
This commit is contained in:
Matt Scott 2023-03-04 10:56:18 -05:00 committed by GitHub
commit 7f6924a966
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -148,7 +148,7 @@
table#tbl_records thead th:nth-child(4) { width: 100px; }
table#tbl_records tbody td { text-align: center; }
table#tbl_records tbody td:nth-child(0n+5),
table#tbl_records tbody td:nth-child(0n+6) { text-align: left; }
table#tbl_records tbody td:nth-child(0n+6) { text-align: left; word-break: break-all; }
</style>
{% endblock %}