Skip to content

Commit fcfa67e

Browse files
committed
Encourage the use of flex layouts
1 parent b2fca8e commit fcfa67e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mcp-server/data/prompts.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,8 @@ initial_instructions: |
220220
* When dealing with containment issues, ask: Is the parent too small OR is the child too large?
221221
Container sizes are usually intentional, check content first.
222222
* Check for reasonable font sizes and typefaces
223+
* The use of flex layouts is encouraged for cases where elements are arranged in rows or columns with consistent spacing/positioning.
224+
Consider converting boards to flex layout when appropriate.
223225
224226
# Asset Libraries
225227

0 commit comments

Comments
 (0)