diff --git a/plugins/woocommerce/changelog/fix-add-product-meta-box-minor-adjustment b/plugins/woocommerce/changelog/fix-add-product-meta-box-minor-adjustment new file mode 100644 index 00000000000..fc8b814c284 --- /dev/null +++ b/plugins/woocommerce/changelog/fix-add-product-meta-box-minor-adjustment @@ -0,0 +1,4 @@ +Significance: patch +Type: tweak + +Vertically center product meta elements diff --git a/plugins/woocommerce/client/legacy/css/admin.scss b/plugins/woocommerce/client/legacy/css/admin.scss index 3bd07728105..658ed0588d4 100644 --- a/plugins/woocommerce/client/legacy/css/admin.scss +++ b/plugins/woocommerce/client/legacy/css/admin.scss @@ -5579,7 +5579,7 @@ img.help_tip { input, select { - margin-top: -3px; + margin-top: -2px; vertical-align: middle; } @@ -8086,7 +8086,7 @@ table.bar_chart { #woocommerce-product-data { .hndle { display: block; - line-height: 24px; + line-height: 28px; .type_box { display: inline;