1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Fix misalignment issue in repo header (#3062)

This commit is contained in:
silverwind
2017-12-02 18:20:52 +01:00
committed by Lauris BH
parent b3d5ba6f90
commit 8cd616e977
2 changed files with 3 additions and 3 deletions

View File

@@ -1607,8 +1607,8 @@
}
}
.commit-list {
vertical-align: baseline;
tbody.commit-list {
vertical-align: baseline;
}
.commit-body {