summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cgit.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/cgit.css b/cgit.css
index 4aaa642..f77dc10 100644
--- a/cgit.css
+++ b/cgit.css
@@ -238,6 +238,10 @@ div#cgit table.stats {
display: flex;
flex-direction: column;
}
+div#cgit table.list > tbody,
+div#cgit table.stats > tbody {
+ display: table;
+}
/*
@media screen and (max-width: 900px) {
div#cgit table.list {