Skip to content

Commit 337b639

Browse files
committed
Fix file browser items infinitely growing
1 parent ddb362b commit 337b639

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/programs/FileBrowser/FileBrowser.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
overflow-y: scroll;
9292
display: grid;
9393
gap: 20px;
94-
grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
94+
grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
9595
grid-template-rows: min-content;
9696
box-sizing: border-box;
9797
&__item {

0 commit comments

Comments
 (0)