css.properties

flex-shrink

The flex-shrink property specifies how much a flex item shrinks.

Formal Syntax

flex-shrink = <number [0,โˆž]>

See specification

JavaScript Access

// Access via element.style element.style.flexShrink = 1;

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
flex-shrink2920912

Related Properties