geno/wp-content/plugins/woocommerce/assets/css/twenty-twenty-one-admin.scss

15 lines
172 B
SCSS
Raw Permalink Normal View History

2024-02-01 17:24:18 +05:30
/**
* Admin
*/
.wp-admin.woocommerce-admin-page {
table.wp-list-table {
tr.type-product {
td.thumb {
img {
max-width: 40px !important;
}
}
}
}
}