overflow-x: scroll on title_text
authorcassowary <cassowary@cassowary.me>
Mon, 27 Jul 2026 21:23:31 +0000 (14:23 -0700)
committercassowary <cassowary@cassowary.me>
Mon, 27 Jul 2026 21:23:31 +0000 (14:23 -0700)
static/gitweb-site.css

index 4ab1aee..45682b7 100644 (file)
@@ -8,7 +8,8 @@ div.page_footer {
   overflow: auto;
 }
 
-div.page_body {
+div.page_body,
+div.title_text {
   overflow-x: scroll;
 }