make product name display block to push stock badge on to its own line (https://github.com/woocommerce/woocommerce-blocks/pull/1874)

This commit is contained in:
Mike Jolley 2020-03-05 12:56:57 +00:00 committed by GitHub
parent c093ad78b4
commit c4c31bd926
1 changed files with 1 additions and 0 deletions

View File

@ -141,6 +141,7 @@ table.wc-block-cart-items {
.wc-block-cart-item__product-name {
color: $core-grey-dark-600;
font-size: 16px;
display: block;
}
.wc-block-cart-item__low-stock-badge {