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

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

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