Add minimum width to store items (#63)

This way, the items will have a bit of room so the ADD TO CART
button doesn't wrap anymore.

Co-authored-by: Radu Cioienaru <radu@projectmanager.com>
This commit is contained in:
Radu 2021-07-16 22:55:47 +12:00 committed by GitHub
parent 40cfae8c5a
commit b7c84caa83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1777,6 +1777,7 @@ form.public {
.store-item {
background-color: var(--chat-hover);
min-width: 145px;
padding: 15px;
cursor: pointer;
}