twenty-twenty-one-admin.scss 165 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 /** * Admin */ .wp-admin.woocommerce-page { table.wp-list-table { tr.type-product { td.thumb { img { max-width: 40px !important; } } } } }