fix(curriculum): hyphenate auto-placed items in CSS Grid review (#64799)

This commit is contained in:
Subhankar
2025-12-20 20:32:29 +05:30
committed by GitHub
parent 66e782815d
commit 32007bc5ac
@@ -30,7 +30,7 @@ dashedName: review-css-grid
```
- **`grid-template-rows`**: This is used to set lines names and sizing for the grid track rows.
- **`grid-auto-flow`**: This determines how auto placed items fit in the grid.
- **`grid-auto-flow`**: This determines how auto-placed items fit in the grid.
```css
.container {