woocommerce/assets/css/twenty-twenty-one-admin.scss

14 lines
165 B
SCSS
Raw Normal View History

2021-12-10 12:03:04 +00:00
/**
* Admin
*/
.wp-admin.woocommerce-page {
table.wp-list-table {
tr.type-product {
td.thumb {
img {
max-width: 40px !important;
}
}
}
}
}