Skip to content

Commit

Permalink
Add left padding for chunk header of split diff view (#13397)
Browse files Browse the repository at this point in the history
This commit adds 10px padding-left on chunk header element
(which is `<span>`).

Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>

Co-authored-by: zeripath <art27@cantab.net>
  • Loading branch information
bagasme and zeripath committed Sep 18, 2021
1 parent d04e581 commit ea207f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions web_src/less/_repository.less
Original file line number Diff line number Diff line change
Expand Up @@ -1711,6 +1711,10 @@
}

.code-diff-split {
.tag-code .lines-code code.code-inner {
padding-left: 10px !important;
}

table,
tbody {
width: 100%;
Expand Down

0 comments on commit ea207f6

Please sign in to comment.