Skip to content

Commit 71260c5

Browse files
committed
Fix user card length on supporter store page
1 parent 69c3eab commit 71260c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/css/bem/store-supporter-tag.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
&__user-search {
2121
display: grid;
2222
grid-gap: 5px;
23-
grid-template-columns: minmax(@user-card-width, 1fr);
23+
grid-template-columns: minmax(0, @user-card-width * 1.5);
2424

2525
justify-content: center;
2626
}

0 commit comments

Comments
 (0)