Fix long product names regression (https://github.com/woocommerce/woocommerce-blocks/pull/2391)
This commit is contained in:
parent
88e397154d
commit
b5497147d5
|
@ -2,5 +2,5 @@
|
|||
@include font-size(16);
|
||||
@include wrapBreakWord();
|
||||
display: block;
|
||||
width: max-content;
|
||||
max-width: max-content;
|
||||
}
|
||||
|
|
|
@ -117,6 +117,7 @@
|
|||
.wc-block-order-summary-item__header {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.wc-block-product-name {
|
||||
|
|
Loading…
Reference in New Issue