Skip to content

Commit 3370d40

Browse files
Merge pull request #25 from robinsimonklein/19-allow-to-select-values-names
Allow to select values names
2 parents 2b4c9ad + bdb65b6 commit 3370d40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/core/value-tree/ValueTreeWrapper.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<ChevronRight v-if="hasChildren" class="h-full w-full" :class="{ 'rotate-90': showChildren }" />
1313
</span>
1414

15-
<span class="select-none font-mono text-sm">
15+
<span class="font-mono text-sm">
1616
<span class="text-code-navy">{{ name }}</span>
1717
<span class="ml-0.5 text-muted-foreground">:</span>
1818
</span>

0 commit comments

Comments
 (0)