From c22d400b76e0c49f2152e0209d21d8ffa5b0b4fd Mon Sep 17 00:00:00 2001 From: Henry Catalini Smith Date: Fri, 10 Apr 2026 19:54:14 +0200 Subject: [PATCH] fix: remove unintentional extra padding from latest commit hash --- web_src/css/repo.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/web_src/css/repo.css b/web_src/css/repo.css index 66b1d5df71..aae0c5b376 100644 --- a/web_src/css/repo.css +++ b/web_src/css/repo.css @@ -324,11 +324,9 @@ td .commit-summary { text-overflow: ellipsis; white-space: nowrap; width: 100%; - padding-top: 8px; - padding-bottom: 8px; } -.repository.file.list #repo-files-table td a { +.repository.file.list #repo-files-table td { padding-top: 8px; padding-bottom: 8px; }