Skip to content

Commit 3a55a36

Browse files
committed
Remove minimum node size constraint
1 parent fdbfca2 commit 3a55a36

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/utils/elk-layouter.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,6 @@ function createdFixedSizeApplication(
324324
layoutOptions: {
325325
algorithm: PACKAGE_ALGORITHM,
326326
'nodeSize.fixedGraphSize': true,
327-
'nodeSize.constraints': 'MINIMUM_SIZE',
328327
'elk.padding': getPaddingForLabelPlacement(
329328
COMPONENT_LABEL_PLACEMENT,
330329
APP_LABEL_MARGIN,

0 commit comments

Comments
 (0)