Skip to content

Commit

Permalink
Remove horizontal scrollbar for items #28
Browse files Browse the repository at this point in the history
  • Loading branch information
Vedal987 committed Jun 10, 2024
1 parent ff7a450 commit 5ba3749
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/www/css/redeems.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
display: grid;
grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
grid-gap: 10px;
overflow-x: hidden;
}

.redeems-content-spinner {
Expand Down

0 comments on commit 5ba3749

Please sign in to comment.