Files
dostavka_vodi/wp-content/plugins/woocommerce/assets/css/twenty-twenty-one-admin.scss
User A0264400 a766acdc90 first commit
2026-04-01 23:20:16 +03:00

15 lines
172 B
SCSS

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