Skip to content

Commit

Permalink
Fix MID-4867 5 for all browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
wadahiro committed Sep 6, 2019
1 parent 8674663 commit 6b0961d
Showing 1 changed file with 1 addition and 3 deletions.
Expand Up @@ -1460,11 +1460,9 @@ th.countLabel{
table-layout: fixed; // fix for text in cells
}

@-moz-document url-prefix() {
.shopping-cart-icon > .badge { //fix for bug in firefox
.shopping-cart-icon > .badge {
margin-left: -10px !important;
}
}

@media (max-width: 767px) {
.content-wrapper {
Expand Down

0 comments on commit 6b0961d

Please sign in to comment.