Skip to content

Commit ac2971c

Browse files
authored
Update fast-search-card.js
1 parent f52ca0a commit ac2971c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/fast-search-card.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -860,7 +860,7 @@ class FastSearchCard extends HTMLElement {
860860
861861
.results-grid {
862862
display: grid;
863-
grid-template-columns: repeat(auto-fill, minmax(144px, 1fr));
863+
grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
864864
gap: 14px;
865865
min-height: 200px;
866866
padding-left: 20px;

0 commit comments

Comments
 (0)