menu: fix cart badge place in LTR case

This commit is contained in:
2025-10-11 09:52:16 +03:00
parent 072cfd60a1
commit 26f05c9a27
3 changed files with 12 additions and 12 deletions

View File

@@ -319,3 +319,7 @@ label {
position: relative !important;
top: 3px !important;
}
.cart-button .ant-badge-count {
left: 0px !important;
}