aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTolmachev Igor <me@igorek.dev>2026-01-08 06:48:20 +0900
committerTolmachev Igor <me@igorek.dev>2026-01-08 06:48:20 +0900
commit1d134368ace4eddbe50a3ada22d916ddd3c65dde (patch)
treea60c271da76fc758506d7b0aab5cfdd12309fb29
parent16fe71594275752582fb48ba9e0d11649294e686 (diff)
downloadcgit_material_docker-1d134368ace4eddbe50a3ada22d916ddd3c65dde.tar.gz
cgit_material_docker-1d134368ace4eddbe50a3ada22d916ddd3c65dde.zip
Update cssmain
- Fix long repo names
-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 {