mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-02 08:57:32 -04:00
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
@ -1711,6 +1711,10 @@
|
||||
}
|
||||
|
||||
.code-diff-split {
|
||||
.tag-code .lines-code code.code-inner {
|
||||
padding-left: 10px !important;
|
||||
}
|
||||
|
||||
table,
|
||||
tbody {
|
||||
width: 100%;
|
||||
|
Loading…
Reference in New Issue
Block a user