From 6f333e9671b104e2f343ed4c2a83b004cc3a1e1d Mon Sep 17 00:00:00 2001 From: dweller Date: Mon, 26 Feb 2024 19:28:04 +0200 Subject: honey, it's time to fix CSS. yes dear... (table overflow) --- style/man.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'style') diff --git a/style/man.css b/style/man.css index 3e963ff..5c609b9 100644 --- a/style/man.css +++ b/style/man.css @@ -115,6 +115,9 @@ table { + display: block; + overflow-x: auto; + border: none; text-align: center; -- cgit v1.2.3