Skip to content

Commit

Permalink
Update layout-terminology.md (#542)
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-parent authored Mar 18, 2024
1 parent b657d25 commit b47d200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/legacy/layout-terminology.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ placement
margin
: type: [integer](#integer) or [array](#array)
: default: [ 0, 0, 0, 0 ]
: margin is the amount of space from the frame of the container to the children within. The margins of a container can only be encroached upon by the outset of a child widget. A child widget's outset is not allowed to be larger than its container's margin (implying the outset of the child would extend into and possibly beyond the frame of the container.) If the container has no margin, then the outset of the child widgets will propagate to become the outsets of the parent container. If this attribute is specified using a single value (e.g., margin: 20) it implies the value should be used for all the container's margins.
: margin is the amount of space from the frame of the container to the children within, `[top, left, bottom, right]. The margins of a container can only be encroached upon by the outset of a child widget. A child widget's outset is not allowed to be larger than its container's margin (implying the outset of the child would extend into and possibly beyond the frame of the container.) If the container has no margin, then the outset of the child widgets will propagate to become the outsets of the parent container. If this attribute is specified using a single value (e.g., margin: 20) it implies the value should be used for all the container's margins.

horizontal
: type: [enumeration](#enumeration)
Expand Down

0 comments on commit b47d200

Please sign in to comment.