Replies: 2 comments
-
|
Hey there! If you’re using plain CSS Grid, you can pack more items on screen by shrinking the “min” value in your grid-template-columns. For example: code in css .grid-container { If you’re on a component library, here are quick tweaks: Material-UI DataGrid: ( actually it's part of MUI X, is a React and TypeScript component ) jsx ...JavaScript XML <DataGrid AG Grid: js ... JavaScript |
Beta Was this translation helpful? Give feedback.
-
|
You can make the grid size smaller by adjusting the CSS properties that define the grid layout. Try reducing the size of the grid items or changing the number of columns. For example: .grid-container { thank you |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Does anyone know how to make the grid size smaller? I'm a bit uncomfortable with the large grid size, as it reduces the number of titles on my screen.
Beta Was this translation helpful? Give feedback.
All reactions