Add left padding for chunk header of split diff view (#13397)

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>
tokarchuk/v1.17
Bagas Sanjaya 3 years ago committed by GitHub
parent d04e581f09
commit ea207f694d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      web_src/less/_repository.less

@ -1711,6 +1711,10 @@
}
.code-diff-split {
.tag-code .lines-code code.code-inner {
padding-left: 10px !important;
}
table,
tbody {
width: 100%;

Loading…
Cancel
Save