Merge pull request #5744 from deepaksinghgusain227/remove-button-wishlist-ui-issue

Fixed ui issue of remove button at checkout view page
This commit is contained in:
Glenn Hermans 2022-02-04 08:45:42 +01:00 committed by GitHub
commit b2f82fd13c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
{
"/js/shop.js": "/js/shop.js?id=081e6c585ea2bde54421",
"/css/shop.css": "/css/shop.css?id=cfbeb038e5a3dbd1c099"
"/css/shop.css": "/css/shop.css?id=9721f2c9d745cb833022"
}

View File

@ -2708,6 +2708,21 @@ section.cart {
}
}
@media only screen and (max-width: 530px) {
.cart-item-list {
.item {
.item-details {
.misc {
.control-group {
width: 100%;
margin-bottom: 10px;
}
}
}
}
}
}
.quantity {
display: inline-block !important;