From: cassowary Date: Mon, 27 Jul 2026 21:23:31 +0000 (-0700) Subject: overflow-x: scroll on title_text X-Git-Url: https://www.git.cassowary.me/gitweb.cgi?a=commitdiff_plain;h=f5f15dbffca7f29f9be2d2ef30ce5cdcd0587af3;p=gitweb-theme.git overflow-x: scroll on title_text --- 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; }