From 60ba6c6741735fcafade11cd8fe37ec451e5470b Mon Sep 17 00:00:00 2001 From: inference Date: Tue, 4 Apr 2023 17:12:55 +0100 Subject: [PATCH] Update CSS to version 9.0.2.25. --- inf.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inf.css b/inf.css index 55a2a86..f190d4f 100644 --- a/inf.css +++ b/inf.css @@ -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; } - }