From 2b5a295db0b52b50e27963d7202cc422a5034b7f Mon Sep 17 00:00:00 2001 From: Rodrigo Primo Date: Fri, 4 Sep 2020 09:47:25 -0300 Subject: [PATCH] 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 https://github.com/WordPress/WordPress/commit/22d0cd6c963d4ac0e203f7423294c15fb2e5d45a#diff-fc8970b78a0739bd367f17c3a8e552e6L1993). So this commit simply adds this rule back. See #27326 --- assets/css/admin.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/css/admin.scss b/assets/css/admin.scss index c855575e7cf..a476cde2e11 100644 --- a/assets/css/admin.scss +++ b/assets/css/admin.scss @@ -5067,6 +5067,7 @@ img.help_tip { .handlediv { width: 27px; + float: right; &::before { content: "\f142" !important;