Edit in GitHubLog an issue

justify-content

Since: UXP v3.0

Supported values are flex-start, flex-end, center, space-between, space-around, stretch.

See: https://developer.mozilla.org/en/docs/Web/CSS/justify-content

Example

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