We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0711ea2 commit 3bf3812Copy full SHA for 3bf3812
packages/applet/src/components/tree/TreeViewer.vue
@@ -26,6 +26,9 @@ function select(id: string) {
26
<div
27
v-for="(item, index) in data"
28
:key="index"
29
+ :class="{
30
+ 'min-w-max': depth === 0,
31
+ }"
32
>
33
34
class="group flex cursor-pointer items-center rounded-1 hover:(bg-primary-300 dark:bg-gray-600)"
0 commit comments