Fixed scrolling on long content

This commit is contained in:
Dave 2023-03-02 16:08:39 +01:00 committed by GitHub
parent 077bbb813c
commit 70073b9267
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 %}