Fix table X overflow.

This commit is contained in:
inference 2023-04-04 17:11:10 +01:00
parent db2f062dbf
commit 2069e2ed71
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

View File

@ -3,7 +3,7 @@
/* Copyright 2022-2023 Jake Winters */
/* SPDX-License-Identifier: BSD-3-Clause-Clear */
/* Version: 9.0.1.24 */
/* Version: 9.0.2.25 */
/* Heading 1 */
@ -143,6 +143,7 @@ table, th, td {
font-family: Roboto, sans-serif;
font-size: 18px;
color: #ffffff;
overflow-x: auto;
}
.table-title {
@ -251,5 +252,4 @@ strong {
padding-top: 80px;
margin: 15px;
}
}