Skip to content

Commit 780fead

Browse files
committed
fix
1 parent 1068699 commit 780fead

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web_src/js/components/ViewFileTreeItem.vue

Lines changed: 2 additions & 2 deletions
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.5em;
137+
gap: 0.25em;
138138
padding: 6px;
139139
}
140140
@@ -155,7 +155,7 @@ const doGotoSubModule = () => {
155155
grid-area: content;
156156
display: flex;
157157
align-items: center;
158-
gap: 0.25em;
158+
gap: 0.5em;
159159
text-overflow: ellipsis;
160160
min-width: 0;
161161
}

0 commit comments

Comments
 (0)