mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-13 08:55:50 +01:00
Fix font in line comments
Line comments on a diff were rendered in the browsers default font
This commit is contained in:
@@ -1045,7 +1045,7 @@ table.diff .add-comment:hover {
|
||||
}
|
||||
|
||||
table.diff tbody tr.not-diff {
|
||||
font-family: '"Helvetica Neue", Helvetica, Arial, sans-serif';
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
}
|
||||
|
||||
tr.not-diff .box {
|
||||
|
||||
Reference in New Issue
Block a user