flex-basis
Since UXP v3.0
Sets the basis for determining the size of an item in a flexible layout container.
See: https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/flex-basis
Example
.someElement {
flex-basis: auto;
}
Since UXP v3.0
Sets the basis for determining the size of an item in a flexible layout container.
See: https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/flex-basis
Example
.someElement {
flex-basis: auto;
}