Edit in GitHubLog an issue

flex

Since UXP v3.0

Shorthand for the flex-grow, flex-shrink, and flex-basis styles.

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

Example

Copied to your clipboard
.someElement {
flex: 1 0 auto; /* can grow, not shrink, auto basis */
}
  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2023 Adobe. All rights reserved.