From 4ff5379ecbc3c77c9856a0582928f77cbd6a6bc2 Mon Sep 17 00:00:00 2001 From: cassowary Date: Mon, 27 Jul 2026 14:56:38 -0700 Subject: [PATCH] allow input to shrink on smaller screens --- static/gitweb-site.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/gitweb-site.css b/static/gitweb-site.css index 13f3148..6ea8161 100644 --- a/static/gitweb-site.css +++ b/static/gitweb-site.css @@ -43,6 +43,8 @@ div.page_body { & > * { flex: 0 0 auto; } } + input { min-width: 0 } + table.shortlog { tr { display: flex; -- 1.8.3.1