mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2026-06-08 19:02:08 -04:00
fix: remove unintentional extra padding from latest commit hash
This commit is contained in:
parent
72e57743d9
commit
c22d400b76
1 changed files with 1 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue