Fix variations and attributes layout when running WP >= 5.5

This commit fixes the layout of the sections of the product page in the admin that display variations and attributes. It was broken since WP 5.5 was releases. This version of WP removed a CSS rule that WooCommerce uses (see 22d0cd6c96 (diff-fc8970b78a0739bd367f17c3a8e552e6L1993)). So this commit simply adds this rule back.

See #27326
This commit is contained in:
Rodrigo Primo 2020-09-04 09:47:25 -03:00
parent ecb25d7dc8
commit 2b5a295db0
1 changed files with 1 additions and 0 deletions

View File

@ -5067,6 +5067,7 @@ img.help_tip {
.handlediv {
width: 27px;
float: right;
&::before {
content: "\f142" !important;