Skip to content

Commit ea207f6

Browse files
bagasmezeripath
andauthored
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 <[email protected]> Co-authored-by: zeripath <[email protected]>
1 parent d04e581 commit ea207f6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: web_src/less/_repository.less

+4
Original file line numberDiff line numberDiff line change
@@ -1711,6 +1711,10 @@
17111711
}
17121712

17131713
.code-diff-split {
1714+
.tag-code .lines-code code.code-inner {
1715+
padding-left: 10px !important;
1716+
}
1717+
17141718
table,
17151719
tbody {
17161720
width: 100%;

0 commit comments

Comments
 (0)