12 lines
272 B
CSS
12 lines
272 B
CSS
|
|
/**
|
||
|
|
* Hide product thumbnails in order items view
|
||
|
|
*/
|
||
|
|
.order-tables .col-product .product-image {
|
||
|
|
display: none !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* Adjust product info spacing when thumbnail is hidden */
|
||
|
|
.order-tables .col-product .product-sku-block {
|
||
|
|
margin-left: 0 !important;
|
||
|
|
}
|