fix: remove unintentional extra padding from latest commit hash

This commit is contained in:
Henry Catalini Smith 2026-04-10 19:54:14 +02:00
parent 72e57743d9
commit c22d400b76

View file

@ -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;
}