From dfb60eb63523b3902a00c38d23939bea7ea84a91 Mon Sep 17 00:00:00 2001 From: memdmp Date: Tue, 7 Jan 2025 09:04:14 +0100 Subject: fix: long lines on list and stats will overflow --- cgit.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cgit.css b/cgit.css index 9a5dfc1..4aaa642 100644 --- a/cgit.css +++ b/cgit.css @@ -234,7 +234,9 @@ div#cgit table.list { div#cgit table.list, div#cgit table.stats { border-radius: var(--radius-md); - overflow: hidden; + overflow: auto hidden; + display: flex; + flex-direction: column; } /* @media screen and (max-width: 900px) { -- cgit v1.2.3