max-width

Since UXP v2.0

Specifies the maximum width for an element.

See: https://developer.mozilla.org/en/docs/Web/CSS/max-width

Example:

.someElement {
    max-width: 300px;
}