You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added Auto Width (col-auto) support, allowing columns to automatically size based on their content.
An "Auto" toggle button is now included next to the "Columns" RangeControl for all breakpoints.
This new setting is fully integrated with the Smart Inheritance and Reset button logic, allowing responsive "Auto" widths that cascade correctly.
Changed
Updated block.json for grid-system/column: all size attributes (e.g., allSize, smSize) are now type string instead of number to accommodate the "auto" value.
Added all col-auto responsive variants (e.g., col-sm-auto, col-md-auto) to the core grid.css file.