Skip to content

Commit afc3bf7

Browse files
Apply suggestions from code review
Co-authored-by: Cristiano Rastelli <[email protected]>
1 parent e1951f3 commit afc3bf7

File tree

1 file changed

+2
-2
lines changed
  • packages/components/src/styles/components/layout

1 file changed

+2
-2
lines changed

packages/components/src/styles/components/layout/grid.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
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;

0 commit comments

Comments
 (0)