min-width
Since UXP v2.0
Specifies the minimum width for an element.
See: https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/min-width
Example:
.someElement {
min-width: 300px;
}
Since UXP v2.0
Specifies the minimum width for an element.
See: https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/min-width
Example:
.someElement {
min-width: 300px;
}