mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-05 04:56:02 +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 {
|
||||
padding:0px .4em;
|
||||
padding-top:.4em;
|
||||
padding-top:.2em;
|
||||
vertical-align:top;
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user