This commit is contained in:
Albert Juhé Lluveras 2020-05-04 17:15:32 +02:00 committed by GitHub
parent 88e397154d
commit b5497147d5
2 changed files with 2 additions and 1 deletions

View File

@ -2,5 +2,5 @@
@include font-size(16);
@include wrapBreakWord();
display: block;
width: max-content;
max-width: max-content;
}

View File

@ -117,6 +117,7 @@
.wc-block-order-summary-item__header {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.wc-block-product-name {