diff options
fix: long lines on list and stats will overflow
-rw-r--r-- | cgit.css | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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) { |