From 0a44b69c4e0a6ce3d993674fe6977f1e0d30238c Mon Sep 17 00:00:00 2001 From: Pouzor Date: Fri, 24 Apr 2026 11:03:20 +0200 Subject: [PATCH] fix: add default size hint (min 140x50, auto) in custom style editor --- frontend/src/components/modals/CustomStyleModal.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/modals/CustomStyleModal.tsx b/frontend/src/components/modals/CustomStyleModal.tsx index 70c8d75..6f6360c 100644 --- a/frontend/src/components/modals/CustomStyleModal.tsx +++ b/frontend/src/components/modals/CustomStyleModal.tsx @@ -142,7 +142,8 @@ function NodeEditor({ nodeType, style, onChange, onApplyToExisting }: NodeEditor
-
Default size (0 = auto)
+
Default size
+
0 = auto (min 140 × 50 px, grows with content)
W