Skip to content

Commit

Permalink
Use more specific flex-grow
Browse files Browse the repository at this point in the history
  • Loading branch information
OnkarRuikar committed Nov 24, 2023
1 parent 679e063 commit 1b62438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/css/justify-content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ justify-content: unset;

- : If the combined size of the items along the main axis is less than the size of the alignment container, any `auto`-sized items have their size increased equally (not proportionally), while still respecting the constraints imposed by {{cssxref("max-height")}}/{{cssxref("max-width")}} (or equivalent functionality), so that the combined size exactly fills the alignment container along the main axis.

> **Note:** For [flexboxes](/en-US/docs/Web/CSS/CSS_flexible_box_layout/Basic_concepts_of_flexbox), the `stretch` value behaves as `flext-start` or `start`. This is because, in flexboxes, stretching is controlled using the {{CSSXref("flex")}} property.
> **Note:** For [flexboxes](/en-US/docs/Web/CSS/CSS_flexible_box_layout/Basic_concepts_of_flexbox), the `stretch` value behaves as `flext-start` or `start`. This is because, in flexboxes, stretching is controlled using the {{CSSXref("flex-grow")}} property.

- `safe`
- : If the item overflows the alignment container, then the item is aligned as if the alignment mode is `start`. The desired alignment will not be implemented.
Expand Down

0 comments on commit 1b62438

Please sign in to comment.