aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/cgit.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/cgit.css b/www/cgit.css
index 668605d..cd30534 100644
--- a/www/cgit.css
+++ b/www/cgit.css
@@ -81,6 +81,8 @@ div#cgit table#header td.main {
81 color: var(--color-on-surface); 81 color: var(--color-on-surface);
82 display: block; 82 display: block;
83 flex-grow: 1; 83 flex-grow: 1;
84 text-overflow: ellipsis;
85 overflow-x: hidden;
84} 86}
85 87
86div#cgit table#header td.main a { 88div#cgit table#header td.main a {