From 20927a1c8ed1a6b7c33d5e72c988b990552acd01 Mon Sep 17 00:00:00 2001 From: Shahir Ahmed Date: Tue, 18 Mar 2025 15:39:58 -0400 Subject: [PATCH] remove max and min attributes for maxLabelWidth Co-authored-by: pranavm2109 --- packages/mermaid/src/schemas/config.schema.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/mermaid/src/schemas/config.schema.yaml b/packages/mermaid/src/schemas/config.schema.yaml index 5c9eb5a89..ce2cc8a34 100644 --- a/packages/mermaid/src/schemas/config.schema.yaml +++ b/packages/mermaid/src/schemas/config.schema.yaml @@ -1497,8 +1497,6 @@ $defs: # JSON Schema definition (maybe we should move these to a separate file) description: Maximum width of actor labels type: integer default: 360 - minimum: 240 - maximum: 480 width: description: Width of actor boxes type: integer