From d1774f5a6d25242d659b1a08656de9e20fa84e26 Mon Sep 17 00:00:00 2001 From: Anirudh Oppiliappan Date: Sun, 19 Mar 2023 22:46:04 +0200 Subject: css: fix table overflow --- static/style.css | 1 + 1 file changed, 1 insertion(+) (limited to 'static') diff --git a/static/style.css b/static/style.css index 2fa2e9d..cfffb82 100644 --- a/static/style.css +++ b/static/style.css @@ -258,6 +258,7 @@ a:hover { gap: 1rem; padding: 0.5rem; background: var(--light-gray); + overflow-x: auto; } .file-content { -- cgit