From 0b03f8cd1de6a4f9055fc67ad63a5c689e2f6784 Mon Sep 17 00:00:00 2001 From: cassowary Date: Mon, 27 Jul 2026 15:48:16 -0700 Subject: [PATCH] fix crazy alignment on log_body --- static/gitweb-site.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/gitweb-site.css b/static/gitweb-site.css index 5bd8633..00ade64 100644 --- a/static/gitweb-site.css +++ b/static/gitweb-site.css @@ -89,6 +89,10 @@ td.link { } } + div.log_body { + padding: 8px; + } + table.shortlog { tr { &:has(th) { -- 1.8.3.1