Skip to content

Commit b61d6d4

Browse files
committed
change padding
1 parent 5790b68 commit b61d6d4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

web_src/js/components/DiffFileTreeItem.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ a, a:hover {
6565
6666
.item-file {
6767
margin-left: 20px;
68-
margin-top: 2px;
68+
padding: 2px;
6969
}
7070
7171
.item-file.selected {
@@ -83,7 +83,6 @@ a, a:hover {
8383
display: flex;
8484
align-items: center;
8585
gap: 0.25em;
86-
padding: 2px;
8786
}
8887
8988
.item-file:hover,

0 commit comments

Comments
 (0)