We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 47e40a0 + 10ee9b3 commit d6697afCopy full SHA for d6697af
resources/css/bem/store-supporter-tag.less
@@ -20,7 +20,7 @@
20
&__user-search {
21
display: grid;
22
grid-gap: 5px;
23
- grid-template-columns: minmax(@user-card-width, 1fr);
+ grid-template-columns: minmax(0, @user-card-width * 1.5);
24
25
justify-content: center;
26
}
0 commit comments