From 42bf75917eef2fb5edfd3e48a60c0eecbd4801c3 Mon Sep 17 00:00:00 2001 From: cassowarii <2374677+cassowarii@users.noreply.github.com> Date: Mon, 27 Jul 2026 22:58:09 -0700 Subject: [PATCH] allow horizontal scrolling in patch view --- 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 62077ec..da63525 100644 --- a/static/gitweb-site.css +++ b/static/gitweb-site.css @@ -13,7 +13,8 @@ div.page_footer { } div.page_body, -div.title_text { +div.title_text, +div.patch { overflow-x: scroll; } -- 1.8.3.1