File "twenty-twenty-one-admin.scss"

Full Path: /home/fineflavourcocoa/public_html/wp-content/plugins/woocommerce/assets/css/twenty-twenty-one-admin.scss
File size: 172 bytes
MIME-type: text/plain
Charset: utf-8

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