Skip to content

Commit

Permalink
Merge pull request #99 from openstandia/fix-number-icon-position
Browse files Browse the repository at this point in the history
Fix MID-4867 5 for all browsers
  • Loading branch information
skublik committed Sep 11, 2019
2 parents d63f106 + 6b0961d commit 13d7ee3
Showing 1 changed file with 1 addition and 3 deletions.
Expand Up @@ -1491,11 +1491,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 13d7ee3

Please sign in to comment.