Files
medicalalert-web-reloaded/wp/wp-content/plugins/woocommerce/assets/css/twenty-twenty-one-admin.scss
Rachit Bhargava 5d0f0734d8 first commit
2023-07-21 17:12:10 -04:00

14 lines
165 B
SCSS

/**
* Admin
*/
.wp-admin.woocommerce-page {
table.wp-list-table {
tr.type-product {
td.thumb {
img {
max-width: 40px !important;
}
}
}
}
}