mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-20 06:20:11 +00:00
fix: add box-border to root to prevent border from enlarging node
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
:data-collapsed="isCollapsed || undefined"
|
||||
:class="
|
||||
cn(
|
||||
'group/node lg-node absolute isolate flex flex-col border border-solid text-sm contain-layout contain-style',
|
||||
'group/node lg-node absolute isolate box-border flex flex-col border border-solid text-sm contain-layout contain-style',
|
||||
hasAnyError ? 'border-transparent' : 'border-component-node-border',
|
||||
rootBorderShapeClass,
|
||||
outlineClass,
|
||||
|
||||
Reference in New Issue
Block a user