From ab3497447010b2518dd2b73fd80b41c56f8ffdd5 Mon Sep 17 00:00:00 2001 From: And Finally Date: Tue, 24 Oct 2023 09:07:11 +0100 Subject: [PATCH 1/2] Added top margin to `.woocommerce-store-alerts` to address https://github.com/Automattic/woocommerce.com/issues/18448. --- plugins/woocommerce-admin/client/marketplace/marketplace.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/woocommerce-admin/client/marketplace/marketplace.scss b/plugins/woocommerce-admin/client/marketplace/marketplace.scss index dc8c5add40b..476ed4fbcd1 100644 --- a/plugins/woocommerce-admin/client/marketplace/marketplace.scss +++ b/plugins/woocommerce-admin/client/marketplace/marketplace.scss @@ -24,10 +24,12 @@ .woocommerce-store-alerts { margin-left: 16px; margin-right: 16px; + margin-top: 16px; @media (min-width: $breakpoint-medium) { margin-left: 32px; margin-right: 32px; + margin-top: 32px; } } } From 7b4f695f91b283dff4f29435108f5fef3b754402 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 25 Oct 2023 08:11:41 +0000 Subject: [PATCH 2/2] Add changefile(s) from automation for the following project(s): woocommerce --- plugins/woocommerce/changelog/update-marketplace-wp-notice | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 plugins/woocommerce/changelog/update-marketplace-wp-notice diff --git a/plugins/woocommerce/changelog/update-marketplace-wp-notice b/plugins/woocommerce/changelog/update-marketplace-wp-notice new file mode 100644 index 00000000000..93fa7650e4c --- /dev/null +++ b/plugins/woocommerce/changelog/update-marketplace-wp-notice @@ -0,0 +1,4 @@ +Significance: patch +Type: tweak +Comment: Added top margin to notices in marketplace pages. +