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:
parent
c093ad78b4
commit
c4c31bd926
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue