mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-13 17:05:50 +01:00
Fix width of line number column in diff view
This commit is contained in:
@@ -1204,7 +1204,8 @@ table.diff td.body{
|
||||
}
|
||||
|
||||
table.diff th.line-num{
|
||||
min-width: 20px;
|
||||
/*min-width: 20px;*/
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
table.diff .add-comment {
|
||||
|
||||
Reference in New Issue
Block a user