File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/components/src/styles/components/layout Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1717 --hds-layout-grid-column-min-width : 0px ;
1818
1919 // Auto-fit vs Auto-fill:
20- // * auto-fit = fluid layout, stretches child items to fill available space in a row (collapses any empty column tracks)
21- // * auto-fill = fixed layout, preserves empty column tracks in a row (does not stretch child items to fill empty space)
20+ // - auto-fit = fluid layout, stretches child items to fill available space in a row (collapses any empty column tracks)
21+ // - auto-fill = fixed layout, preserves empty column tracks in a row (does not stretch child items to fill empty space)
2222 --hds-layout-grid-column-fill-type : auto- fit; // (fluid layout by default)
2323
2424 display : grid ;
You can’t perform that action at this time.
0 commit comments