From f5f15dbffca7f29f9be2d2ef30ce5cdcd0587af3 Mon Sep 17 00:00:00 2001 From: cassowary Date: Mon, 27 Jul 2026 14:23:31 -0700 Subject: [PATCH] overflow-x: scroll on title_text --- static/gitweb-site.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/gitweb-site.css b/static/gitweb-site.css index 4ab1aee..45682b7 100644 --- a/static/gitweb-site.css +++ b/static/gitweb-site.css @@ -8,7 +8,8 @@ div.page_footer { overflow: auto; } -div.page_body { +div.page_body, +div.title_text { overflow-x: scroll; } -- 1.8.3.1