Edit in GitHubLog an issue

flex-wrap

Since: UXP v3.0

Controls if wrapping is allowed within a flexible container. Supports nowrap (default) and wrap.

See: https://developer.mozilla.org/en/docs/Web/CSS/flex-wrap

Example

Copied to your clipboard
1.someElement {
2 flex-wrap: wrap;
3}
  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2023 Adobe. All rights reserved.