flex-shrink
Since UXP v3.0
Determines if a flexible item can shrink, and if so, how it shrinks relative to other items in the flexible container.
See: https://developer.mozilla.org/en/docs/Web/CSS/flex-shrink
Example
Copied to your clipboard.someElement {flex-shrink: 0; /* item cannot shrink */}