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

fix wrong rendering of commit detail page (#2503)

Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com>
This commit is contained in:
David Schneiderbauer
2017-09-14 08:12:56 +02:00
committed by Kim "BKC" Carlbäcker
parent 633de01cf7
commit a89692d158
2 changed files with 7 additions and 7 deletions

View File

@@ -887,7 +887,7 @@
}
}
}
.diff-box {
.diff-box .header {
display: flex;
align-items: center;