update font size

This commit is contained in:
pythongosssss
2026-03-24 08:47:31 -07:00
parent 11b62c48e3
commit 8f41bc7527

View File

@@ -37,7 +37,7 @@
<!-- Description -->
<p
v-if="nodeDef.description"
class="m-0 max-h-[30vh] overflow-y-auto text-[11px] leading-normal font-normal text-muted-foreground"
class="m-0 max-h-[30vh] overflow-y-auto text-xs/normal font-normal text-muted-foreground"
>
{{ nodeDef.description }}
</p>