Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
style: unbold header, smaller labels
  • Loading branch information
DrJKL committed Dec 12, 2025
commit 38fadd3c8a067b2fe31e6093215e1de62d7e260c
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
:data-node-id="nodeData.id"
:class="
cn(
'bg-component-node-background lg-node absolute pb-1 text-base',

'bg-component-node-background lg-node absolute pb-1 text-sm',
'contain-style contain-layout min-w-[225px] min-h-(--node-height) w-(--node-width)',
shapeClass,
'touch-none flex flex-col',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<!-- Node Title -->
<div
v-tooltip.top="tooltipConfig"
class="flex min-w-0 flex-1 items-center gap-2 text-sm font-bold"
class="flex min-w-0 flex-1 items-center gap-2 text-sm"
data-testid="node-title"
>
<div class="truncate min-w-0 flex-1">
Expand Down