Skip to content

Commit 2b33516

Browse files
committed
Fix styling for the tax value
1 parent 54b8107 commit 2b33516

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

assets/sass/plugins/merchant/_side-cart.scss

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.merchant-quantity-plus,
1+
.merchant-quantity-plus,
22
.merchant-quantity-minus {
33
display: none !important;
44
}
@@ -18,4 +18,10 @@
1818
}
1919
}
2020
}
21+
22+
.botiga-final-total {
23+
.price-data {
24+
max-width: 200px;
25+
}
26+
}
2127
}

0 commit comments

Comments
 (0)