From fcfa67e908fc54e23a3a3543dee432472dc90c5d Mon Sep 17 00:00:00 2001 From: Dominik Jain Date: Fri, 30 Jan 2026 14:55:16 +0100 Subject: [PATCH] Encourage the use of flex layouts --- mcp-server/data/prompts.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mcp-server/data/prompts.yml b/mcp-server/data/prompts.yml index 2896f91..dabed7a 100644 --- a/mcp-server/data/prompts.yml +++ b/mcp-server/data/prompts.yml @@ -220,6 +220,8 @@ initial_instructions: | * When dealing with containment issues, ask: Is the parent too small OR is the child too large? Container sizes are usually intentional, check content first. * Check for reasonable font sizes and typefaces + * The use of flex layouts is encouraged for cases where elements are arranged in rows or columns with consistent spacing/positioning. + Consider converting boards to flex layout when appropriate. # Asset Libraries