From 71a2add8584bd740039705b47eaa4cce63b689c0 Mon Sep 17 00:00:00 2001 From: mivirl <> Date: Sun, 24 Sep 2023 03:46:22 +0000 Subject: [PATCH] Increase width of table links --- gitweb.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitweb.css b/gitweb.css index 6b6cc0f..e9c592b 100644 --- a/gitweb.css +++ b/gitweb.css @@ -284,7 +284,7 @@ td.link, td.selflink { padding: 2px 5px; font-family: sans-serif; text-align: right; - width: 26ch; + width: 30ch; } td.selflink { -- 2.39.5