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>
This commit is contained in:
parent
d04e581f09
commit
ea207f694d
1 changed files with 4 additions and 0 deletions
|
@ -1711,6 +1711,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.code-diff-split {
|
.code-diff-split {
|
||||||
|
.tag-code .lines-code code.code-inner {
|
||||||
|
padding-left: 10px !important;
|
||||||
|
}
|
||||||
|
|
||||||
table,
|
table,
|
||||||
tbody {
|
tbody {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Reference in a new issue