mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-06 05:25:50 +01:00
Merge pull request #758 from sugamasao/fix-height-of-diff-line
`_` is hidden by diff line
This commit is contained in:
@@ -66,7 +66,7 @@ table.diff thead th.texttitle {
|
|||||||
}
|
}
|
||||||
table.diff tbody td {
|
table.diff tbody td {
|
||||||
padding:0px .4em;
|
padding:0px .4em;
|
||||||
padding-top:.4em;
|
padding-top:.2em;
|
||||||
vertical-align:top;
|
vertical-align:top;
|
||||||
border-top: none;
|
border-top: none;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user