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