diff --git a/src-docs/src/views/flex/flex_basis_string.tsx b/src-docs/src/views/flex/flex_basis_string.tsx index 4c45bc3fe..726564770 100644 --- a/src-docs/src/views/flex/flex_basis_string.tsx +++ b/src-docs/src/views/flex/flex_basis_string.tsx @@ -11,23 +11,27 @@ export default () => (
- Auto + auto +

Varies based on content size or width/height property
- Fit-content + fit-content +

Sizes the item based on the content's width but within the container.
- Max-content + max-content +

Sizes the item to be as large as the content's maximum width.
- Min-content + min-content +

Sizes the item to be as small as the content's minimum width without breaking.