Edit in GitHubLog an issue

flex-direction

Since: UXP v3.0

Determines the direction items are stacked in the flexible container. The default is row, and row, row-reverse, column, and column-reverse are supported.

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

Example

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