We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f52ca0a commit ac2971cCopy full SHA for ac2971c
dist/fast-search-card.js
@@ -860,7 +860,7 @@ class FastSearchCard extends HTMLElement {
860
861
.results-grid {
862
display: grid;
863
- grid-template-columns: repeat(auto-fill, minmax(144px, 1fr));
+ grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
864
gap: 14px;
865
min-height: 200px;
866
padding-left: 20px;
0 commit comments