1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-12-22 12:54:53 -05: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

File diff suppressed because one or more lines are too long

View file

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