max-height

Since UXP v2.0

Specifies the maximum height for an element.

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

Example:

.someElement {
    max-height: 100px;
}