We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddb362b commit 337b639Copy full SHA for 337b639
1 file changed
src/programs/FileBrowser/FileBrowser.scss
@@ -91,7 +91,7 @@
91
overflow-y: scroll;
92
display: grid;
93
gap: 20px;
94
- grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
+ grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
95
grid-template-rows: min-content;
96
box-sizing: border-box;
97
&__item {
0 commit comments