Skip to content
Merged
Next Next commit
Rearrange, make content more obvious (mdn#40771)
Update index.md
  • Loading branch information
zhangenming authored Aug 18, 2025
commit d066b494334416f2e0830c491424275c6bf596d4
6 changes: 3 additions & 3 deletions files/en-us/web/css/flex-basis/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ The `flex-basis` property is specified as either the keyword `content` or a `<'w

### Values

- `content`
- : Indicates automatic sizing, based on the flex item's content.

- `<'width'>`
- : Any of the following units:
- {{cssxref("&lt;length&gt;")}} sets an absolute value.
Expand All @@ -95,9 +98,6 @@ The `flex-basis` property is specified as either the keyword `content` or a `<'w
- {{cssxref("min-content")}} sets the intrinsic minimum width.
- {{cssxref("fit-content")}} sets the maximum possible size of a containing block's content area, bounded by the `min-content` and `max-content` values, and calculated based on the content of the current element.

- `content`
- : Indicates automatic sizing, based on the flex item's content.

## Formal definition

{{cssinfo}}
Expand Down