css.properties

column-width

The column-width property specifies the optimal width of columns.

Formal Syntax

column-width = auto | <length [0,โˆž]> | min-content | max-content | fit-content(<length-percentage>) <length-percentage> = [ <length> | <percentage> ]

See specification

JavaScript Access

// Access via element.style element.style.columnWidth = "auto";

Browser Support

standard | MDN ยท Spec ยท Spec

FeatureChromeFirefoxSafariEdge
column-width5050912
auto11.5312

Related Properties