Skip to content

Commit

Permalink
Update content/foundations/primitives/migrating.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
iansan5653 authored Apr 18, 2024
1 parent 0a01a20 commit ab5d760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/foundations/primitives/migrating.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ This is typically the CSS `gap` in `flex` (with `flex-direction: column`) or `gr
[Control stacks](https://primer.style/foundations/primitives/size#controls) are horizontal (inline) rows containing inline interactive items next to each other. For example, a set of buttons or labels. These are usually `display: flex` or `inline-flex` with `flex-direction: row`.

<Note variant="info">
The size of the control stack depends on the size of the controls inside of it. For example, a stack containing `<IconButton size="small">` is a `small` stack.
The size of the control stack depends on the size of the controls inside of it. For example, a stack containing a <code>small</code> icon button is a 'small' stack.
</Note>

##### Control stack padding / margin
Expand Down

0 comments on commit ab5d760

Please sign in to comment.