Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit 21d8f8c

Browse files
authored
Fix low stock badge not breaking in a new line (#2348)
1 parent 18d3d25 commit 21d8f8c

File tree

1 file changed

+2
-0
lines changed
  • assets/js/base/components/cart-checkout/product-name

1 file changed

+2
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
.wc-block-product-name {
22
@include font-size(16);
33
@include wrapBreakWord();
4+
display: block;
5+
width: max-content;
46
}

0 commit comments

Comments
 (0)