Skip to content

Commit 1068699

Browse files
committed
fix
1 parent d49eb9f commit 1068699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/js/components/ViewFileTreeItem.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ const doGotoSubModule = () => {
134134
display: grid;
135135
grid-template-columns: 16px 1fr;
136136
grid-template-areas: "toggle content";
137-
gap: 0.25em;
137+
gap: 0.5em;
138138
padding: 6px;
139139
}
140140

0 commit comments

Comments
 (0)